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

  public static int reference1Snippet(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 37
            iload 0 /* a */
            iload 1 /* b */
            if_icmple 2
         1: .line 38
            iconst_1
            ireturn
         2: .line 40
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  I
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public static int test1Snippet(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 45
            iload 0 /* a */
            iload 1 /* b */
            if_icmple 3
         1: .line 46
            iload 0 /* a */
            iload 1 /* b */
            if_icmple 3
         2: .line 47
            iconst_1
            ireturn
         3: .line 50
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     a  I
            0    4     1     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

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

  public static int reference2Snippet(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 60
            iload 0 /* a */
            iload 1 /* b */
            if_icmpge 2
         1: .line 61
            iconst_1
            ireturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  I
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public static int test2Snippet(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 68
            iload 0 /* a */
            iload 1 /* b */
            if_icmpge 3
         1: .line 69
            iload 0 /* a */
            iload 1 /* b */
            if_icmpge 3
         2: .line 70
            iconst_1
            ireturn
         3: .line 73
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     a  I
            0    4     1     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  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.ConditionalEliminationTest4 this
         0: .line 76
            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.ConditionalEliminationTest4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationTest4;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "ConditionalEliminationTest4.java"