public class org.graalvm.compiler.core.test.BasePhaseBinaryGraphTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.core.test.BasePhaseBinaryGraphTest
super_class: java.lang.Object
{
private org.graalvm.compiler.core.test.BasePhaseBinaryGraphTest$MyPhase phase;
descriptor: Lorg/graalvm/compiler/core/test/BasePhaseBinaryGraphTest$MyPhase;
flags: (0x0002) ACC_PRIVATE
private org.graalvm.compiler.printer.BinaryGraphPrinter printer;
descriptor: Lorg/graalvm/compiler/printer/BinaryGraphPrinter;
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/BasePhaseBinaryGraphTest;
public void createPhase();
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\tBefore 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/BasePhaseBinaryGraphTest;
RuntimeInvisibleAnnotations:
Before()
public void createPrinter();
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\tBefore 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/BasePhaseBinaryGraphTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Before()
public void phaseNameIsRecognizedAsType();
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\tTest cannot be resolved to a type\n\tThe method assertEquals(String, String) is undefined for the type BasePhaseBinaryGraphTest\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/BasePhaseBinaryGraphTest;
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "BasePhaseBinaryGraphTest.java"
NestMembers:
org.graalvm.compiler.core.test.BasePhaseBinaryGraphTest$MyPhase
InnerClasses:
private final MyPhase = org.graalvm.compiler.core.test.BasePhaseBinaryGraphTest$MyPhase of org.graalvm.compiler.core.test.BasePhaseBinaryGraphTest