class com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0010) ACC_FINAL

  com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode child;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  void <init>(com.oracle.truffle.api.TruffleLanguage<?>, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage;Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
        start local 1 // com.oracle.truffle.api.TruffleLanguage language
        start local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 306
            aload 0 /* this */
            aload 1 /* language */
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
         1: .line 307
            aload 0 /* this */
            aload 2 /* sourceSection */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 308
            return
        end local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 1 // com.oracle.truffle.api.TruffleLanguage language
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$MyRoot;
            0    3     1       language  Lcom/oracle/truffle/api/TruffleLanguage<*>;
            0    3     2  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    Signature: (Lcom/oracle/truffle/api/TruffleLanguage<*>;Lcom/oracle/truffle/api/source/SourceSection;)V
    MethodParameters:
               Name  Flags
      language       
      sourceSection  

  public void setChild(com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
        start local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode child
         0: .line 311
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* child */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
         1: .line 312
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode child
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$MyRoot;
            0    2     1  child  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
    MethodParameters:
       Name  Flags
      child  

  public com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode getChild();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
         0: .line 315
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifeq 2
         1: .line 316
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode.getDelegateNode:()Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode
            areturn
         2: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$MyRoot;

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
         0: .line 323
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$MyRoot;

  void notifyChildInsert();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
         0: .line 327
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.notifyInserted:(Lcom/oracle/truffle/api/nodes/Node;)V
         1: .line 328
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$MyRoot;

  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=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 332
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            ifnull 2
         1: .line 333
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)V
         2: .line 335
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$MyRoot;
            0    3     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "InstrumentationUpdateTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public InstrumentationUpdateNode = com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode of com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest
  private MyRoot = com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$MyRoot of com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node