class org.graalvm.compiler.truffle.test.PerformanceWarningTest$VirtualObject1 implements org.graalvm.compiler.truffle.test.PerformanceWarningTest$Interface
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.PerformanceWarningTest$VirtualObject1
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$VirtualObject1 this
         0: .line 172
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$VirtualObject1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$VirtualObject1;

  public void doVirtual();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$VirtualObject1 this
         0: .line 175
            return
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$VirtualObject1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$VirtualObject1;

  public void doBoundaryVirtual();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$VirtualObject1 this
         0: .line 179
            return
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$VirtualObject1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$VirtualObject1;
}
SourceFile: "PerformanceWarningTest.java"
NestHost: org.graalvm.compiler.truffle.test.PerformanceWarningTest
InnerClasses:
  private abstract Interface = org.graalvm.compiler.truffle.test.PerformanceWarningTest$Interface of org.graalvm.compiler.truffle.test.PerformanceWarningTest
  private VirtualObject1 = org.graalvm.compiler.truffle.test.PerformanceWarningTest$VirtualObject1 of org.graalvm.compiler.truffle.test.PerformanceWarningTest