final class org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode extends com.oracle.truffle.api.instrumentation.ExecutionEventNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode
  super_class: com.oracle.truffle.api.instrumentation.ExecutionEventNode
{
  private final com.oracle.truffle.api.instrumentation.EventContext context;
    descriptor: Lcom/oracle/truffle/api/instrumentation/EventContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.nodes.Node node;
    descriptor: Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.truffle.api.interop.NodeLibrary nodeLibrary;
    descriptor: Lcom/oracle/truffle/api/interop/NodeLibrary;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private com.oracle.truffle.api.interop.InteropLibrary interop;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 264
            ldc Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 271
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.ExecutionEventNode.<init>:()V
         1: .line 268
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.interop.NodeLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            iconst_1
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.createDispatched:(I)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.NodeLibrary
            putfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.nodeLibrary:Lcom/oracle/truffle/api/interop/NodeLibrary;
         2: .line 269
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            iconst_1
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.createDispatched:(I)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            putfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
         3: .line 272
            aload 0 /* this */
            aload 1 /* context */
            putfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.context:Lcom/oracle/truffle/api/instrumentation/EventContext;
         4: .line 273
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            putfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.node:Lcom/oracle/truffle/api/nodes/Node;
         5: .line 274
            getstatic org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.$assertionsDisabled:Z
            ifne 6
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.nodeLibrary:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.node:Lcom/oracle/truffle/api/nodes/Node;
            aconst_null
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.hasScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
            ifne 6
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.node:Lcom/oracle/truffle/api/nodes/Node;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         6: .line 275
      StackMap locals: org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode com.oracle.truffle.api.instrumentation.EventContext
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ReadVarExecNode;
            0    7     1  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
    MethodParameters:
         Name  Flags
      context  

  protected void onReturnValue(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // java.lang.Object result
         0: .line 280
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.nodeLibrary:Lcom/oracle/truffle/api/interop/NodeLibrary;
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.node:Lcom/oracle/truffle/api/nodes/Node;
            aload 1 /* frame */
            iconst_0
            invokevirtual com.oracle.truffle.api.interop.NodeLibrary.getScope:(Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
            astore 3 /* scope */
        start local 3 // java.lang.Object scope
         1: .line 281
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 3 /* scope */
            ldc "var"
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 4 /* val */
        start local 4 // java.lang.Object val
         2: .line 282
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode.context:Lcom/oracle/truffle/api/instrumentation/EventContext;
            aload 4 /* val */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.createUnwind:(Ljava/lang/Object;)Ljava/lang/ThreadDeath;
            athrow
        end local 4 // java.lang.Object val
        end local 3 // java.lang.Object scope
         3: .line 283
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.InteropException
            astore 3 /* e */
        start local 3 // com.oracle.truffle.api.interop.InteropException e
         4: .line 284
            aload 3 /* e */
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // com.oracle.truffle.api.interop.InteropException e
        end local 2 // java.lang.Object result
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ReadVarExecNode;
            0    5     1   frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    5     2  result  Ljava/lang/Object;
            1    3     3   scope  Ljava/lang/Object;
            2    3     4     val  Ljava/lang/Object;
            4    5     3       e  Lcom/oracle/truffle/api/interop/InteropException;
      Exception table:
        from    to  target  type
           0     3       3  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           0     3       3  Class com.oracle.truffle.api.interop.UnknownIdentifierException
    MethodParameters:
        Name  Flags
      frame   
      result  

  protected java.lang.Object onUnwind(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // java.lang.Object info
         0: .line 290
            aload 2 /* info */
            areturn
        end local 2 // java.lang.Object info
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ReadVarExecNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2   info  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      frame  
      info   
}
SourceFile: "NodeLibraryCompilerTest.java"
NestHost: org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  private final ReadVarExecNode = org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarExecNode of org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest