public class org.graalvm.compiler.core.test.ConditionalEliminationTest1 extends org.graalvm.compiler.core.test.ConditionalEliminationTestBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.ConditionalEliminationTest1
  super_class: org.graalvm.compiler.core.test.ConditionalEliminationTestBase
{
  private static final java.lang.String REFERENCE_SNIPPET;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "referenceSnippet"

  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.ConditionalEliminationTest1 this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.ConditionalEliminationTestBase.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.ConditionalEliminationTest1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationTest1;

  public static int referenceSnippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int a
         0: .line 40
            iload 0 /* a */
            ifne 2
         1: .line 41
            iconst_1
            ireturn
         2: .line 43
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  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.ConditionalEliminationTest1 this
         0: .line 46
            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.ConditionalEliminationTest1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationTest1;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test1Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int a
         0: .line 53
            iload 0 /* a */
            ifne 8
         1: .line 54
            iload 0 /* a */
            iconst_5
            if_icmpne 3
         2: .line 55
            bipush 100
            ireturn
         3: .line 57
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            bipush 100
            if_icmple 6
         4: .line 58
            iload 0 /* a */
            ifne 6
         5: .line 59
            sipush 200
            ireturn
         6: .line 62
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_2
            if_icmpeq 8
         7: .line 63
            iconst_1
            ireturn
         8: .line 66
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     a  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.ConditionalEliminationTest1 this
         0: .line 69
            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.ConditionalEliminationTest1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationTest1;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test2Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int a
         0: .line 76
            iload 0 /* a */
            ifne 6
         1: .line 77
            iload 0 /* a */
            bipush 100
            if_icmple 4
         2: .line 78
            iload 0 /* a */
            ifne 4
         3: .line 79
            sipush 200
            ireturn
         4: .line 82
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_2
            if_icmpeq 6
         5: .line 83
            iconst_1
            ireturn
         6: .line 86
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     a  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.ConditionalEliminationTest1 this
         0: .line 89
            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.ConditionalEliminationTest1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationTest1;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test3Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int a
         0: .line 96
            iload 0 /* a */
            ifne 10
         1: .line 97
            iload 0 /* a */
            iconst_1
            if_icmpge 10
         2: .line 98
            iload 0 /* a */
            iconst_2
            if_icmpge 10
         3: .line 99
            iload 0 /* a */
            iconst_3
            if_icmpge 10
         4: .line 100
            iload 0 /* a */
            iconst_m1
            if_icmple 10
         5: .line 101
            iload 0 /* a */
            bipush -2
            if_icmple 10
         6: .line 102
            iload 0 /* a */
            bipush -3
            if_icmple 10
         7: .line 103
            iload 0 /* a */
            iconst_1
            if_icmpne 9
         8: .line 104
            bipush 42
            ireturn
         9: .line 106
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        10: .line 115
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0     a  I
    MethodParameters:
      Name  Flags
      a     

  public static int test4Snippet(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 120
            iload 1 /* b */
            iconst_1
            if_icmpge 4
         1: .line 121
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         2: .line 122
            iload 1 /* b */
            ifge 4
         3: .line 123
            iconst_1
            ireturn
         4: .line 126
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     a  I
            0    5     1     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  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.ConditionalEliminationTest1 this
         0: .line 129
            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.ConditionalEliminationTest1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationTest1;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test5Snippet(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 136
            iload 1 /* b */
            iconst_3
            iand
            ifne 5
         1: .line 137
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         2: .line 138
            iload 1 /* b */
            bipush 7
            iand
            ifne 9
         3: .line 139
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         4: .line 140
            iconst_1
            ireturn
         5: .line 143
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         6: .line 144
            iload 1 /* b */
            iconst_1
            iand
            ifne 9
         7: .line 145
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         8: .line 146
            iconst_2
            ireturn
         9: .line 149
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0     a  I
            0   10     1     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public void test5();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalEliminationTest1 this
         0: .line 152
            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.ConditionalEliminationTest1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationTest1;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "ConditionalEliminationTest1.java"