class org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$NotInlinableSubClass 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$NotInlinableSubClass
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$NotInlinableSubClass this
0: .line 172
aload 0 /* this */
invokespecial org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$SuperClass.<init>:()V
return
end local 0 // org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$NotInlinableSubClass this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/PolymorphicInliningTest$NotInlinableSubClass;
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$NotInlinableSubClass this
0: .line 175
bipush 88
ireturn
end local 0 // org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$NotInlinableSubClass this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/PolymorphicInliningTest$NotInlinableSubClass;
}
SourceFile: "PolymorphicInliningTest.java"
NestHost: org.graalvm.compiler.hotspot.test.PolymorphicInliningTest
InnerClasses:
private NotInlinableSubClass = org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$NotInlinableSubClass of org.graalvm.compiler.hotspot.test.PolymorphicInliningTest
private abstract SuperClass = org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$SuperClass of org.graalvm.compiler.hotspot.test.PolymorphicInliningTest