public class org.graalvm.compiler.core.test.ConditionalNodeTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.ConditionalNodeTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  private static int sink0;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int sink1;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  int a;
    descriptor: I
    flags: (0x0000) 

  org.graalvm.compiler.nodes.CallTargetNode$InvokeKind b;
    descriptor: Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
         0: .line 32
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalNodeTest;

  public void test0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
         0: .line 37
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalNodeTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int conditionalTest0(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 45
            iload 0 /* a */
            iconst_1
            if_icmpne 4
         1: .line 46
            iconst_m1
            istore 1 /* value */
        start local 1 // int value
         2: .line 47
            iconst_0
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         3: .line 48
            goto 6
        end local 1 // int value
         4: .line 49
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 1 /* value */
        start local 1 // int value
         5: .line 50
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         6: .line 52
      StackMap locals: int
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink0:I
         7: .line 53
            iload 1 /* value */
            bipush 6
            invokestatic java.lang.Math.max:(II)I
            ireturn
        end local 1 // int value
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0      a  I
            2    4     1  value  I
            5    8     1  value  I
    MethodParameters:
      Name  Flags
      a     

  public void test1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalNodeTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int conditionalTest1(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 64
            iload 0 /* a */
            iconst_1
            if_icmpne 4
         1: .line 65
            iconst_m1
            istore 1 /* value */
        start local 1 // int value
         2: .line 66
            iconst_0
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         3: .line 67
            goto 6
        end local 1 // int value
         4: .line 68
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 1 /* value */
        start local 1 // int value
         5: .line 69
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         6: .line 71
      StackMap locals: int
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink0:I
         7: .line 72
            bipush 6
            iload 1 /* value */
            invokestatic java.lang.Math.max:(II)I
            ireturn
        end local 1 // int value
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0      a  I
            2    4     1  value  I
            5    8     1  value  I
    MethodParameters:
      Name  Flags
      a     

  public void test2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalNodeTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int conditionalTest2(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 83
            iload 0 /* a */
            iconst_1
            if_icmpne 4
         1: .line 84
            iconst_m1
            istore 1 /* value */
        start local 1 // int value
         2: .line 85
            iconst_0
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         3: .line 86
            goto 6
        end local 1 // int value
         4: .line 87
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 1 /* value */
        start local 1 // int value
         5: .line 88
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         6: .line 90
      StackMap locals: int
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink0:I
         7: .line 91
            iload 1 /* value */
            iconst_m1
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 1 // int value
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0      a  I
            2    4     1  value  I
            5    8     1  value  I
    MethodParameters:
      Name  Flags
      a     

  public void test3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalNodeTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int conditionalTest3(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 102
            iload 0 /* a */
            iconst_1
            if_icmpne 4
         1: .line 103
            iconst_m1
            istore 1 /* value */
        start local 1 // int value
         2: .line 104
            iconst_0
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         3: .line 105
            goto 6
        end local 1 // int value
         4: .line 106
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 1 /* value */
        start local 1 // int value
         5: .line 107
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         6: .line 109
      StackMap locals: int
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink0:I
         7: .line 110
            iconst_m1
            iload 1 /* value */
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 1 // int value
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0      a  I
            2    4     1  value  I
            5    8     1  value  I
    MethodParameters:
      Name  Flags
      a     

  public void test4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalNodeTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int conditionalTest4(org.graalvm.compiler.core.test.ConditionalNodeTest, int);
    descriptor: (Lorg/graalvm/compiler/core/test/ConditionalNodeTest;I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest node
        start local 1 // int a
         0: .line 123
            iload 1 /* a */
            iconst_1
            if_icmpne 3
         1: .line 124
            aload 0 /* node */
            getstatic org.graalvm.compiler.nodes.CallTargetNode$InvokeKind.Virtual:Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
            putfield org.graalvm.compiler.core.test.ConditionalNodeTest.b:Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
         2: .line 125
            goto 4
         3: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* node */
            getstatic org.graalvm.compiler.nodes.CallTargetNode$InvokeKind.Special:Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
            putfield org.graalvm.compiler.core.test.ConditionalNodeTest.b:Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
         4: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* node */
            iload 1 /* a */
            putfield org.graalvm.compiler.core.test.ConditionalNodeTest.a:I
         5: .line 129
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest node
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  node  Lorg/graalvm/compiler/core/test/ConditionalNodeTest;
            0    6     1     a  I
    MethodParameters:
      Name  Flags
      node  
      a     

  static int lastIndexOf(char[], int, int, char[], int, int, int);
    descriptor: ([CII[CIII)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=15, args_size=7
        start local 0 // char[] source
        start local 1 // int sourceOffset
        start local 2 // int sourceCount
        start local 3 // char[] target
        start local 4 // int targetOffset
        start local 5 // int targetCount
        start local 6 // int fromIndex
         0: .line 140
            iload 2 /* sourceCount */
            iload 5 /* targetCount */
            isub
            istore 7 /* rightIndex */
        start local 7 // int rightIndex
         1: .line 141
            iload 6 /* fromIndex */
            ifge 3
         2: .line 142
            iconst_m1
            ireturn
         3: .line 144
      StackMap locals: int
      StackMap stack:
            iload 6 /* fromIndex */
            iload 7 /* rightIndex */
            if_icmple 5
         4: .line 145
            iload 7 /* rightIndex */
            istore 6 /* fromIndex */
         5: .line 148
      StackMap locals:
      StackMap stack:
            iload 5 /* targetCount */
            ifne 7
         6: .line 149
            iload 6 /* fromIndex */
            ireturn
         7: .line 152
      StackMap locals:
      StackMap stack:
            iload 4 /* targetOffset */
            iload 5 /* targetCount */
            iadd
            iconst_1
            isub
            istore 8 /* strLastIndex */
        start local 8 // int strLastIndex
         8: .line 153
            aload 3 /* target */
            iload 8 /* strLastIndex */
            caload
            istore 9 /* strLastChar */
        start local 9 // char strLastChar
         9: .line 154
            iload 1 /* sourceOffset */
            iload 5 /* targetCount */
            iadd
            iconst_1
            isub
            istore 10 /* min */
        start local 10 // int min
        10: .line 155
            iload 10 /* min */
            iload 6 /* fromIndex */
            iadd
            istore 11 /* i */
        start local 11 // int i
        11: .line 158
            goto 13
        12: .line 159
      StackMap locals: char[] int int char[] int int int int int int int int
      StackMap stack:
            iinc 11 /* i */ -1
        13: .line 158
      StackMap locals:
      StackMap stack:
            iload 11 /* i */
            iload 10 /* min */
            if_icmplt 14
            aload 0 /* source */
            iload 11 /* i */
            caload
            iload 9 /* strLastChar */
            if_icmpne 12
        14: .line 161
      StackMap locals:
      StackMap stack:
            iload 11 /* i */
            iload 10 /* min */
            if_icmpge 16
        15: .line 162
            iconst_m1
            ireturn
        16: .line 164
      StackMap locals:
      StackMap stack:
            iload 11 /* i */
            iconst_1
            isub
            istore 12 /* j */
        start local 12 // int j
        17: .line 165
            iload 12 /* j */
            iload 5 /* targetCount */
            iconst_1
            isub
            isub
            istore 13 /* start */
        start local 13 // int start
        18: .line 166
            iload 8 /* strLastIndex */
            iconst_1
            isub
            istore 14 /* k */
        start local 14 // int k
        19: .line 168
            goto 23
        20: .line 169
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* source */
            iload 12 /* j */
            iinc 12 /* j */ -1
            caload
            aload 3 /* target */
            iload 14 /* k */
            iinc 14 /* k */ -1
            caload
            if_icmpeq 23
        21: .line 170
            iinc 11 /* i */ -1
        22: .line 171
            goto 25
        23: .line 168
      StackMap locals:
      StackMap stack:
            iload 12 /* j */
            iload 13 /* start */
            if_icmpgt 20
        24: .line 174
            iload 13 /* start */
            iload 1 /* sourceOffset */
            isub
            iconst_1
            iadd
            ireturn
        end local 14 // int k
        end local 13 // int start
        end local 12 // int j
        25: .line 157
      StackMap locals:
      StackMap stack:
            goto 13
        end local 11 // int i
        end local 10 // int min
        end local 9 // char strLastChar
        end local 8 // int strLastIndex
        end local 7 // int rightIndex
        end local 6 // int fromIndex
        end local 5 // int targetCount
        end local 4 // int targetOffset
        end local 3 // char[] target
        end local 2 // int sourceCount
        end local 1 // int sourceOffset
        end local 0 // char[] source
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0        source  [C
            0   26     1  sourceOffset  I
            0   26     2   sourceCount  I
            0   26     3        target  [C
            0   26     4  targetOffset  I
            0   26     5   targetCount  I
            0   26     6     fromIndex  I
            1   26     7    rightIndex  I
            8   26     8  strLastIndex  I
            9   26     9   strLastChar  C
           10   26    10           min  I
           11   26    11             i  I
           17   25    12             j  I
           18   25    13         start  I
           19   25    14             k  I
    MethodParameters:
              Name  Flags
      source        
      sourceOffset  
      sourceCount   
      target        
      targetOffset  
      targetCount   
      fromIndex     

  public static java.lang.String simple(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // java.lang.String simpleName
         0: .line 179
            aload 0 /* simpleName */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 1 /* value */
        start local 1 // char[] value
         1: .line 180
            ldc "."
            invokevirtual java.lang.String.toCharArray:()[C
            astore 2 /* target */
        start local 2 // char[] target
         2: .line 181
            aload 1 /* value */
            iconst_0
            aload 1 /* value */
            arraylength
         3: .line 182
            aload 2 /* target */
            iconst_0
            aload 2 /* target */
            arraylength
            aload 1 /* value */
            arraylength
         4: .line 181
            invokestatic org.graalvm.compiler.core.test.ConditionalNodeTest.lastIndexOf:([CII[CIII)I
            istore 3 /* lastDotIndex */
        start local 3 // int lastDotIndex
         5: .line 183
            iload 3 /* lastDotIndex */
            ifge 7
         6: .line 184
            aconst_null
            areturn
         7: .line 186
      StackMap locals: char[] char[] int
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         8: .line 187
            aload 0 /* simpleName */
            iconst_0
            iload 3 /* lastDotIndex */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
        end local 3 // int lastDotIndex
        end local 2 // char[] target
        end local 1 // char[] value
        end local 0 // java.lang.String simpleName
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0    simpleName  Ljava/lang/String;
            1    9     1         value  [C
            2    9     2        target  [C
            5    9     3  lastDotIndex  I
    MethodParameters:
            Name  Flags
      simpleName  

  protected org.graalvm.compiler.phases.OptimisticOptimizations getOptimisticOptimizations();
    descriptor: ()Lorg/graalvm/compiler/phases/OptimisticOptimizations;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
         0: .line 193
            getstatic org.graalvm.compiler.phases.OptimisticOptimizations.NONE:Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            areturn
        end local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalNodeTest;

  public void testConditionalExit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
         0: .line 196
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.ConditionalNodeTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalNodeTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "ConditionalNodeTest.java"
InnerClasses:
  public final InvokeKind = org.graalvm.compiler.nodes.CallTargetNode$InvokeKind of org.graalvm.compiler.nodes.CallTargetNode