public class org.graalvm.compiler.hotspot.test.ReservedStackAccessTest extends org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.ReservedStackAccessTest
  super_class: org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest
{
  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.ReservedStackAccessTest this
         0: .line 41
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ReservedStackAccessTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ReservedStackAccessTest;

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

  public void stackAccessTest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ReservedStackAccessTest this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAssume cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.ReservedStackAccessTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ReservedStackAccessTest;

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 69
            new org.graalvm.compiler.hotspot.test.ReservedStackAccessTest
            dup
            invokespecial org.graalvm.compiler.hotspot.test.ReservedStackAccessTest.<init>:()V
            invokevirtual org.graalvm.compiler.hotspot.test.ReservedStackAccessTest.stackAccessTest:()V
         1: .line 70
            return
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  args  [Ljava/lang/String;
    MethodParameters:
      Name  Flags
      args  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ReservedStackAccessTest this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssume cannot be resolved\n\tAssume cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.ReservedStackAccessTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ReservedStackAccessTest;
    Exceptions:
      throws java.io.IOException, java.lang.InterruptedException
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "ReservedStackAccessTest.java"
NestMembers:
  org.graalvm.compiler.hotspot.test.ReservedStackAccessTest$ReentrantLockTest  org.graalvm.compiler.hotspot.test.ReservedStackAccessTest$RunWithSOEContext
InnerClasses:
  ReentrantLockTest = org.graalvm.compiler.hotspot.test.ReservedStackAccessTest$ReentrantLockTest of org.graalvm.compiler.hotspot.test.ReservedStackAccessTest
  RunWithSOEContext = org.graalvm.compiler.hotspot.test.ReservedStackAccessTest$RunWithSOEContext of org.graalvm.compiler.hotspot.test.ReservedStackAccessTest