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

  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 29
            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 34
            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 42
            iload 0 /* a */
            iconst_1
            if_icmpne 4
         1: .line 43
            iconst_m1
            istore 1 /* value */
        start local 1 // int value
         2: .line 44
            iconst_0
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         3: .line 45
            goto 6
        end local 1 // int value
         4: .line 46
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 1 /* value */
        start local 1 // int value
         5: .line 47
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         6: .line 49
      StackMap locals: int
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink0:I
         7: .line 50
            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 53
            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 61
            iload 0 /* a */
            iconst_1
            if_icmpne 4
         1: .line 62
            iconst_m1
            istore 1 /* value */
        start local 1 // int value
         2: .line 63
            iconst_0
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         3: .line 64
            goto 6
        end local 1 // int value
         4: .line 65
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 1 /* value */
        start local 1 // int value
         5: .line 66
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         6: .line 68
      StackMap locals: int
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink0:I
         7: .line 69
            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 72
            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 80
            iload 0 /* a */
            iconst_1
            if_icmpne 4
         1: .line 81
            iconst_m1
            istore 1 /* value */
        start local 1 // int value
         2: .line 82
            iconst_0
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         3: .line 83
            goto 6
        end local 1 // int value
         4: .line 84
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 1 /* value */
        start local 1 // int value
         5: .line 85
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         6: .line 87
      StackMap locals: int
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink0:I
         7: .line 88
            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 91
            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 99
            iload 0 /* a */
            iconst_1
            if_icmpne 4
         1: .line 100
            iconst_m1
            istore 1 /* value */
        start local 1 // int value
         2: .line 101
            iconst_0
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         3: .line 102
            goto 6
        end local 1 // int value
         4: .line 103
      StackMap locals:
      StackMap stack:
            bipush 6
            istore 1 /* value */
        start local 1 // int value
         5: .line 104
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink1:I
         6: .line 106
      StackMap locals: int
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalNodeTest.sink0:I
         7: .line 107
            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     
}
SourceFile: "ConditionalNodeTest.java"