public class org.graalvm.compiler.hotspot.test.GraalOSRTest extends org.graalvm.compiler.hotspot.test.GraalOSRTestBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.GraalOSRTest
  super_class: org.graalvm.compiler.hotspot.test.GraalOSRTestBase
{
  static int limit;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  public static int sideEffect;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 54
            sipush 10000
            putstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
         1: .line 56
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public void testOSR02();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTest this
         0: .line 44
            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.hotspot.test.GraalOSRTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/GraalOSRTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testOSR03();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTest this
         0: .line 49
            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.hotspot.test.GraalOSRTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/GraalOSRTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue testReduceLoop();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 59
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         1: goto 6
         2: .line 60
      StackMap locals: int
      StackMap stack:
            iload 0 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
         3: .line 61
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.inCompiledCode:()Z
            ifeq 5
         4: .line 62
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            areturn
         5: .line 59
      StackMap locals:
      StackMap stack:
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 0 /* i */
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            imul
            if_icmplt 2
        end local 0 // int i
         7: .line 65
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.FAILURE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    7     0     i  I

  public static org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue testSequentialLoop();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 69
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.FAILURE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
        start local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue ret
         1: .line 70
            iconst_1
            istore 1 /* i */
        start local 1 // int i
         2: goto 7
         3: .line 71
      StackMap locals: org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue int
      StackMap stack:
            iload 1 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
         4: .line 72
            iload 1 /* i */
            bipush 7
            irem
            ifne 6
         5: .line 73
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
         6: .line 70
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            imul
            if_icmplt 3
        end local 1 // int i
         8: .line 76
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         9: .line 77
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.sideEffect:I
            bipush 123
            if_icmpne 11
        10: .line 78
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SIDE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            areturn
        11: .line 80
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* i */
        start local 1 // int i
        12: goto 17
        13: .line 81
      StackMap locals: int
      StackMap stack:
            iload 1 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
        14: .line 82
            iload 1 /* i */
            bipush 33
            irem
            ifne 16
        15: .line 83
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
        16: .line 80
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 1 /* i */
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            imul
            if_icmplt 13
        end local 1 // int i
        18: .line 86
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        19: .line 87
            aload 0 /* ret */
            areturn
        end local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   20     0   ret  Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            2    8     1     i  I
           12   18     1     i  I

  public static org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue testNonReduceLoop();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 91
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.FAILURE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
        start local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue ret
         1: .line 92
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: goto 7
         3: .line 93
      StackMap locals: org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue int
      StackMap stack:
            iload 1 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
         4: .line 94
            iload 1 /* i */
            bipush 33
            irem
            ifne 6
         5: .line 95
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
         6: .line 92
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            imul
            if_icmplt 3
        end local 1 // int i
         8: .line 98
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         9: .line 99
            aload 0 /* ret */
            areturn
        end local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   10     0   ret  Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            2    8     1     i  I
}
SourceFile: "GraalOSRTest.java"
InnerClasses:
  protected final ReturnValue = org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue of org.graalvm.compiler.hotspot.test.GraalOSRTestBase