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

  private static boolean repeatLoop;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 59
            sipush 10000
            putstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
         1: .line 143
            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 38
            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 40
            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 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 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 54
            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 64
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         1: goto 6
         2: .line 65
      StackMap locals: int
      StackMap stack:
            iload 0 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
         3: .line 66
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.inCompiledCode:()Z
            ifeq 5
         4: .line 67
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            areturn
         5: .line 64
      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 70
            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 74
            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 75
            iconst_1
            istore 1 /* i */
        start local 1 // int i
         2: goto 7
         3: .line 76
      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 77
            iload 1 /* i */
            bipush 7
            irem
            ifne 6
         5: .line 78
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
         6: .line 75
      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 81
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         9: .line 82
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.sideEffect:I
            bipush 123
            if_icmpne 11
        10: .line 83
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SIDE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            areturn
        11: .line 85
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* i */
        start local 1 // int i
        12: goto 17
        13: .line 86
      StackMap locals: int
      StackMap stack:
            iload 1 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
        14: .line 87
            iload 1 /* i */
            bipush 33
            irem
            ifne 16
        15: .line 88
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
        16: .line 85
      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 91
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        19: .line 92
            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 96
            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 97
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: goto 7
         3: .line 98
      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 99
            iload 1 /* i */
            bipush 33
            irem
            ifne 6
         5: .line 100
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            astore 0 /* ret */
         6: .line 97
      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 103
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         9: .line 104
            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 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 107
            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 testOSR05();
    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 112
            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()

  private void testFunnyOSR(java.lang.String, java.lang.Runnable);
    descriptor: (Ljava/lang/String;Ljava/lang/Runnable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTest this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Runnable warmup
         0: .line 122
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.graalvm.compiler.hotspot.test.GraalOSRTest.getResolvedJavaMethod:(Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            astore 3 /* method */
        start local 3 // jdk.vm.ci.meta.ResolvedJavaMethod method
         1: .line 123
            iconst_0
            istore 4 /* iterations */
        start local 4 // int iterations
         2: .line 125
      StackMap locals: jdk.vm.ci.meta.ResolvedJavaMethod int
      StackMap stack:
            aload 3 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getProfilingInfo:()Ljdk/vm/ci/meta/ProfilingInfo;
            astore 5 /* profilingInfo */
        start local 5 // jdk.vm.ci.meta.ProfilingInfo profilingInfo
         3: .line 126
            aload 5 /* profilingInfo */
            invokeinterface jdk.vm.ci.meta.ProfilingInfo.isMature:()Z
            ifeq 5
         4: .line 127
            goto 10
         5: .line 130
      StackMap locals: jdk.vm.ci.meta.ProfilingInfo
      StackMap stack:
            aload 2 /* warmup */
            invokeinterface java.lang.Runnable.run:()V
         6: .line 131
            iload 4 /* iterations */
            iinc 4 /* iterations */ 1
            sipush 1000
            irem
            ifne 8
         7: .line 132
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            bipush 46
            invokevirtual java.io.PrintStream.print:(C)V
         8: .line 134
      StackMap locals:
      StackMap stack:
            iload 4 /* iterations */
            ldc 200000
            if_icmple 2
         9: .line 135
            new java.lang.AssertionError
            dup
            ldc "no profile"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 5 // jdk.vm.ci.meta.ProfilingInfo profilingInfo
        10: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic org.graalvm.compiler.hotspot.test.GraalOSRTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            aload 3 /* method */
            invokevirtual org.graalvm.compiler.hotspot.test.GraalOSRTest.compileOSR:(Lorg/graalvm/compiler/options/OptionValues;Ljdk/vm/ci/meta/ResolvedJavaMethod;)V
        11: .line 139
            aload 0 /* this */
            aload 3 /* method */
            aconst_null
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.hotspot.test.GraalOSRTest.executeExpected:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljava/lang/Object;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            astore 5 /* result */
        start local 5 // org.graalvm.compiler.core.test.GraalCompilerTest$Result result
        12: .line 140
            aload 5 /* result */
            invokestatic org.graalvm.compiler.hotspot.test.GraalOSRTest.checkResult:(Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;)V
        13: .line 141
            return
        end local 5 // org.graalvm.compiler.core.test.GraalCompilerTest$Result result
        end local 4 // int iterations
        end local 3 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 2 // java.lang.Runnable warmup
        end local 1 // java.lang.String name
        end local 0 // org.graalvm.compiler.hotspot.test.GraalOSRTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lorg/graalvm/compiler/hotspot/test/GraalOSRTest;
            0   14     1           name  Ljava/lang/String;
            0   14     2         warmup  Ljava/lang/Runnable;
            1   14     3         method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            2   14     4     iterations  I
            3   10     5  profilingInfo  Ljdk/vm/ci/meta/ProfilingInfo;
           12   14     5         result  Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
    MethodParameters:
        Name  Flags
      name    
      warmup  

  public static org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue testDoWhile();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 147
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.sideEffect:I
            iconst_1
            iadd
            putstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.sideEffect:I
         1: .line 148
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.repeatLoop:Z
            ifne 0
         2: .line 149
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static synchronized org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue testDoWhileLocked();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=0, args_size=0
         0: .line 155
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.sideEffect:I
            iconst_1
            iadd
            putstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.sideEffect:I
         1: .line 156
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.repeatLoop:Z
            ifne 0
         2: .line 158
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "GraalOSRTest.java"
InnerClasses:
  public Result = org.graalvm.compiler.core.test.GraalCompilerTest$Result of org.graalvm.compiler.core.test.GraalCompilerTest
  protected final ReturnValue = org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue of org.graalvm.compiler.hotspot.test.GraalOSRTestBase