public class org.graalvm.compiler.core.test.UnbalancedMonitorsTest extends org.graalvm.compiler.core.test.GraalCompilerTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.core.test.UnbalancedMonitorsTest
super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
private static final java.lang.String CLASS_NAME;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.String INNER_CLASS_NAME;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.String CLASS_NAME_INTERNAL;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.String INNER_CLASS_NAME_INTERNAL;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static org.graalvm.compiler.core.test.UnbalancedMonitorsTest$AsmLoader LOADER;
descriptor: Lorg/graalvm/compiler/core/test/UnbalancedMonitorsTest$AsmLoader;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.junit cannot be resolved\n\tOpcodes cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tACC_SUPER cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tClassWriter cannot be resolved to a type\n\tMethodVisitor cannot be resolved to a type\n\tACC_PUBLIC cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tALOAD cannot be resolved to a variable\n\tDUP cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tMONITORENTER cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tDUP cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tMONITORENTER cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tOpcodes cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tATHROW cannot be resolved to a variable\n\tOpcodes cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tATHROW cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tMethodVisitor cannot be resolved to a type\n\tACC_PUBLIC cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tALOAD cannot be resolved to a variable\n\tDUP cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tMONITORENTER cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tDUP cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tMONITORENTER cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tARETURN cannot be resolved to a variable\n\tOpcodes cannot be resolved to a variable\n\tClassWriter cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/UnbalancedMonitorsTest;
public void runWrongOrder();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/UnbalancedMonitorsTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Test()
public void runTooFewExits();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/UnbalancedMonitorsTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Test()
public void runTooManyExits();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/UnbalancedMonitorsTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Test()
public void runTooFewExitsExceptional();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/UnbalancedMonitorsTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Test()
public void runTooManyExitsExceptional();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/UnbalancedMonitorsTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Test()
private void checkForBailout(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/UnbalancedMonitorsTest;
Exceptions:
throws java.lang.ClassNotFoundException
MethodParameters:
Name Flags
name
public static byte[] generateClass();
descriptor: ()[B
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tClassWriter cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tACC_SUPER cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
static void visitBlockStructured(ClassWriter, boolean, boolean);
descriptor: (LClassWriter;ZZ)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=3
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tClassWriter cannot be resolved to a type\n\tMethodVisitor cannot be resolved to a type\n\tACC_PUBLIC cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tALOAD cannot be resolved to a variable\n\tDUP cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tMONITORENTER cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tDUP cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tMONITORENTER cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tOpcodes cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tATHROW cannot be resolved to a variable\n\tOpcodes cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tATHROW cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
cw
normalReturnError
tooMany
static void visitWrongOrder(ClassWriter);
descriptor: (LClassWriter;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tClassWriter cannot be resolved to a type\n\tMethodVisitor cannot be resolved to a type\n\tACC_PUBLIC cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tALOAD cannot be resolved to a variable\n\tDUP cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tMONITORENTER cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tDUP cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tMONITORENTER cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tMONITOREXIT cannot be resolved to a variable\n\tARETURN cannot be resolved to a variable\n\tOpcodes cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
cw
static void visitConstructor(ClassWriter);
descriptor: (LClassWriter;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tClassWriter cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
cw
}
SourceFile: "UnbalancedMonitorsTest.java"
NestMembers:
org.graalvm.compiler.core.test.UnbalancedMonitorsTest$AsmLoader
InnerClasses:
public AsmLoader = org.graalvm.compiler.core.test.UnbalancedMonitorsTest$AsmLoader of org.graalvm.compiler.core.test.UnbalancedMonitorsTest