final class org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast 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$RootNodeInterfaceCast
  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$RootNodeInterfaceCast this
         0: .line 333
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast.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$RootNodeInterfaceCast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$RootNodeInterfaceCast;
    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$RootNodeInterfaceCast this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 338
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast.bar:()V
         1: .line 339
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$RootNodeInterfaceCast;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  private void bar();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast this
         0: .line 343
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast.foo:()V
         1: .line 344
            return
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$RootNodeInterfaceCast;

  private void foo();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast this
         0: .line 348
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast.obj:Ljava/lang/Object;
            checkcast org.graalvm.compiler.truffle.test.PerformanceWarningTest$Interface
            pop
         1: .line 349
            return
        end local 0 // org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/test/PerformanceWarningTest$RootNodeInterfaceCast;
}
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 RootNodeInterfaceCast = org.graalvm.compiler.truffle.test.PerformanceWarningTest$RootNodeInterfaceCast of org.graalvm.compiler.truffle.test.PerformanceWarningTest
  private abstract TestRootNode = org.graalvm.compiler.truffle.test.PerformanceWarningTest$TestRootNode of org.graalvm.compiler.truffle.test.PerformanceWarningTest