final class org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf extends org.graalvm.compiler.truffle.test.PerformanceWarningTest$TestRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf
  super_class: org.graalvm.compiler.truffle.test.PerformanceWarningTest$TestRootNode
{
  protected java.lang.Object obj;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  final org.graalvm.compiler.truffle.test.PerformanceWarningTest this$0;
    descriptor: Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.graalvm.compiler.truffle.test.PerformanceWarningTest);
    descriptor: (Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf this
         0: .line 266
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf.this$0:Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest;
            aload 0 /* this */
            aload 1
            invokespecial org.graalvm.compiler.truffle.test.PerformanceWarningTest$TestRootNode.<init>:(Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest;)V
            return
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$RootNodeInstanceOf;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 271
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf.bar:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$RootNodeInstanceOf;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  private boolean bar();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf this
         0: .line 275
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf.foo:()Z
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$RootNodeInstanceOf;

  private boolean foo();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf this
         0: .line 279
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf.obj:Ljava/lang/Object;
            instanceof org.graalvm.compiler.truffle.test.PerformanceWarningTest$Interface
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$RootNodeInstanceOf;
}
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 final RootNodeInstanceOf = org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInstanceOf of org.graalvm.compiler.truffle.test.PerformanceWarningTest
  private abstract TestRootNode = org.graalvm.compiler.truffle.test.PerformanceWarningTest$TestRootNode of org.graalvm.compiler.truffle.test.PerformanceWarningTest