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

  public static int referenceSnippet(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 38
            iconst_0
            istore 2 /* sum */
        start local 2 // int sum
         1: .line 40
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            bipush 100
            if_icmple 1
         2: .line 42
      StackMap locals:
      StackMap stack:
            iinc 2 /* sum */ 1
         3: .line 43
            iload 2 /* sum */
            bipush 100
            if_icmpne 5
         4: .line 44
            goto 1
         5: .line 46
      StackMap locals:
      StackMap stack:
            iload 2 /* sum */
            sipush 1000
            if_icmpne 2
            iload 1 /* b */
            sipush 1000
            if_icmpge 2
         6: .line 52
            iload 2 /* sum */
            ireturn
        end local 2 // int sum
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     a  I
            0    7     1     b  I
            1    7     2   sum  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.ConditionalEliminationTest3 this
         0: .line 55
            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.ConditionalEliminationTest3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationTest3;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test1Snippet(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 62
            iconst_0
            istore 2 /* sum */
        start local 2 // int sum
         1: .line 64
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            bipush 100
            if_icmple 1
         2: .line 66
      StackMap locals:
      StackMap stack:
            iinc 2 /* sum */ 1
         3: .line 67
            iload 2 /* sum */
            bipush 100
            if_icmpne 5
         4: .line 68
            goto 1
         5: .line 70
      StackMap locals:
      StackMap stack:
            iload 2 /* sum */
            sipush 1000
            if_icmpne 2
            iload 1 /* b */
            sipush 1000
            if_icmpge 2
         6: .line 76
            iload 1 /* b */
            sipush 1000
            if_icmplt 8
         7: .line 77
            iconst_5
            ireturn
         8: .line 79
      StackMap locals:
      StackMap stack:
            iload 2 /* sum */
            ireturn
        end local 2 // int sum
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     a  I
            0    9     1     b  I
            1    9     2   sum  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.ConditionalEliminationTest3 this
         0: .line 82
            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.ConditionalEliminationTest3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationTest3;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test2Snippet(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 89
            iconst_0
            istore 2 /* sum */
        start local 2 // int sum
         1: .line 91
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            bipush 100
            if_icmple 1
         2: .line 93
      StackMap locals:
      StackMap stack:
            iinc 2 /* sum */ 1
         3: .line 94
            iload 2 /* sum */
            bipush 100
            if_icmpne 5
         4: .line 95
            goto 7
         5: .line 97
      StackMap locals:
      StackMap stack:
            iload 2 /* sum */
            sipush 1000
            if_icmpne 2
            iload 1 /* b */
            sipush 1000
            if_icmpge 2
         6: .line 98
            goto 9
         7: .line 101
      StackMap locals:
      StackMap stack:
            iload 2 /* sum */
            bipush 100
            if_icmpeq 1
         8: .line 102
            bipush 42
            ireturn
         9: .line 106
      StackMap locals:
      StackMap stack:
            iload 2 /* sum */
            ireturn
        end local 2 // int sum
        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
            1   10     2   sum  I
    MethodParameters:
      Name  Flags
      a     
      b     
}
SourceFile: "ConditionalEliminationTest3.java"