class org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$B 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$B
  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$B this
         0: .line 159
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$SuperClass.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$B this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/PolymorphicInliningTest$B;

  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$B this
         0: .line 162
            bipush 66
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$B this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/PolymorphicInliningTest$B;
}
SourceFile: "PolymorphicInliningTest.java"
NestHost: org.graalvm.compiler.hotspot.test.PolymorphicInliningTest
InnerClasses:
  private B = org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$B of org.graalvm.compiler.hotspot.test.PolymorphicInliningTest
  private abstract SuperClass = org.graalvm.compiler.hotspot.test.PolymorphicInliningTest$SuperClass of org.graalvm.compiler.hotspot.test.PolymorphicInliningTest