class org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$A extends org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$SuperClass
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$A
super_class: org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$SuperClass
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$A this
0: .line 158
aload 0 /* this */
invokespecial org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$SuperClass.<init>:()V
return
end local 0 // org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$A this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/PolymorphicInliningTest$A;
public int foo();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$A this
0: .line 161
bipush 65
ireturn
end local 0 // org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$A this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/PolymorphicInliningTest$A;
}
SourceFile: "PolymorphicInliningTest.java"
NestHost: org.graalvm.compiler.hotspot.test.PolymorphicInliningTest
InnerClasses:
private A = org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$A of org.graalvm.compiler.hotspot.test.PolymorphicInliningTest
private abstract SuperClass = org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$SuperClass of org.graalvm.compiler.hotspot.test.PolymorphicInliningTest