public class org.graalvm.compiler.hotspot.test.GraalOSRLockTest 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.GraalOSRLockTest
  super_class: org.graalvm.compiler.hotspot.test.GraalOSRTestBase
{
  static int limit;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  private static java.lang.Object lock;
    descriptor: Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            sipush 10000
            putstatic org.graalvm.compiler.hotspot.test.GraalOSRLockTest.limit:I
         1: .line 43
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic org.graalvm.compiler.hotspot.test.GraalOSRLockTest.lock:Ljava/lang/Object;
            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.GraalOSRLockTest 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.GraalOSRLockTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/GraalOSRLockTest;

  public void testOSR();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.GraalOSRLockTest this
         0: .line 35
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIgnore cannot be resolved to a type\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.GraalOSRLockTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/GraalOSRLockTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue test();
    descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 46
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRLockTest.lock:Ljava/lang/Object;
            dup
            astore 0
            monitorenter
         1: .line 47
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: goto 8
         3: .line 48
      StackMap locals: java.lang.Object int
      StackMap stack:
            iload 1 /* i */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
         4: .line 49
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.inCompiledCode:()Z
            ifeq 7
         5: .line 50
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            aload 0
            monitorexit
         6: areturn
         7: .line 47
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRLockTest.limit:I
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRLockTest.limit:I
            imul
            if_icmplt 3
        end local 1 // int i
         9: .line 53
            getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.FAILURE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
            aload 0
            monitorexit
        10: areturn
        11: .line 46
      StackMap locals: java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 0
            monitorexit
        12: athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    9     1     i  I
      Exception table:
        from    to  target  type
           1     6      11  any
           7    10      11  any
          11    12      11  any
}
SourceFile: "GraalOSRLockTest.java"
InnerClasses:
  protected final ReturnValue = org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue of org.graalvm.compiler.hotspot.test.GraalOSRTestBase