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 61
            sipush 10000
            putstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
         1: .line 63
            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 35
            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=2, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTest this
         0: .line 40
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.GraalOSRTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            ldc "testReduceLoop"
            invokevirtual org.graalvm.compiler.hotspot.test.GraalOSRTest.testOSR:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;)V
         1: .line 41
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         3: .line 42
            ldc "OSR compilation without OSR entry loop."
            aload 1 /* t */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 1 // java.lang.Throwable t
         4: .line 44
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/hotspot/test/GraalOSRTest;
            3    4     1     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.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 48
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.GraalOSRTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            ldc "testSequentialLoop"
            invokevirtual org.graalvm.compiler.hotspot.test.GraalOSRTest.testOSR:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;)V
         1: .line 49
            return
        end local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/GraalOSRTest;
    RuntimeVisibleAnnotations: 
      org.junit.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 53
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.GraalOSRTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            ldc "testNonReduceLoop"
            invokevirtual org.graalvm.compiler.hotspot.test.GraalOSRTest.testOSR:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;)V
         1: .line 54
            return
        end local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/GraalOSRTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testOSR04();
    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 58
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.GraalOSRTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            ldc "testDeoptAfterCountedLoop"
            invokevirtual org.graalvm.compiler.hotspot.test.GraalOSRTest.testOSR:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;)V
         1: .line 59
            return
        end local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/GraalOSRTest;
    RuntimeVisibleAnnotations: 
      org.junit.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 66
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         1: goto 6
         2: .line 67
      StackMap locals: int
      StackMap stack:
            iload 0 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
         3: .line 68
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.inCompiledCode:()Z
            ifeq 5
         4: .line 69
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            areturn
         5: .line 66
      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 72
            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 76
            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 77
            iconst_1
            istore 1 /* i */
        start local 1 // int i
         2: goto 7
         3: .line 78
      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 79
            iload 1 /* i */
            bipush 7
            irem
            ifne 6
         5: .line 80
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
         6: .line 77
      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 83
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         9: .line 84
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.sideEffect:I
            bipush 123
            if_icmpne 11
        10: .line 85
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SIDE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            areturn
        11: .line 87
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* i */
        start local 1 // int i
        12: goto 17
        13: .line 88
      StackMap locals: int
      StackMap stack:
            iload 1 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
        14: .line 89
            iload 1 /* i */
            bipush 33
            irem
            ifne 16
        15: .line 90
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
        16: .line 87
      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 93
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        19: .line 94
            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 98
            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 99
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: goto 7
         3: .line 100
      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 101
            iload 1 /* i */
            bipush 33
            irem
            ifne 6
         5: .line 102
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
         6: .line 99
      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 105
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         9: .line 106
            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

  public static org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue testDeoptAfterCountedLoop();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 110
            lconst_0
            lstore 0 /* ret */
        start local 0 // long ret
         1: .line 111
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 112
      StackMap locals: long int
      StackMap stack:
            iload 2 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
         4: .line 113
            iload 2 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.opaque:(I)I
            i2l
            lstore 0 /* ret */
         5: .line 111
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: dconst_1
            iload 2 /* i */
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            imul
            if_icmpge 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: double
         7: iconst_0
      StackMap locals: long int
      StackMap stack: double int
         8: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 3
        end local 2 // int i
         9: .line 115
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        10: .line 116
            lload 0 /* ret */
            lconst_1
            ladd
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
            imul
            i2l
            lcmp
            ifne 11
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            goto 12
      StackMap locals:
      StackMap stack:
        11: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.FAILURE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
      StackMap locals:
      StackMap stack: org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue
        12: areturn
        end local 0 // long ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   13     0   ret  J
            2    9     2     i  I
}
SourceFile: "GraalOSRTest.java"
InnerClasses:
  protected final ReturnValue = org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue of org.graalvm.compiler.hotspot.test.GraalOSRTestBase