class com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1 implements com.oracle.truffle.api.frame.FrameInstanceVisitor<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1 this$2;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsynchronousStacksInstrument$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.truffle.api.CallTarget[] val$lastCallTarget;
    descriptor: [Lcom/oracle/truffle/api/CallTarget;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.truffle.api.frame.Frame[] val$lastFrame;
    descriptor: [Lcom/oracle/truffle/api/frame/Frame;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1, com.oracle.truffle.api.CallTarget[], com.oracle.truffle.api.frame.Frame[]);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsynchronousStacksInstrument$1;[Lcom/oracle/truffle/api/CallTarget;[Lcom/oracle/truffle/api/frame/Frame;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1 this
         0: .line 2407
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1.this$2:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsynchronousStacksInstrument$1;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1.val$lastCallTarget:[Lcom/oracle/truffle/api/CallTarget;
            aload 0 /* this */
            aload 3
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1.val$lastFrame:[Lcom/oracle/truffle/api/frame/Frame;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsynchronousStacksInstrument$1$1;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$lastCallTarget  final
      val$lastFrame       final

  public java.lang.Void visitFrame(com.oracle.truffle.api.frame.FrameInstance);
    descriptor: (Lcom/oracle/truffle/api/frame/FrameInstance;)Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1 this
        start local 1 // com.oracle.truffle.api.frame.FrameInstance frameInstance
         0: .line 2410
            aload 1 /* frameInstance */
            invokeinterface com.oracle.truffle.api.frame.FrameInstance.getCallTarget:()Lcom/oracle/truffle/api/CallTarget;
            checkcast com.oracle.truffle.api.RootCallTarget
            astore 2 /* rootCallTarget */
        start local 2 // com.oracle.truffle.api.RootCallTarget rootCallTarget
         1: .line 2411
            aload 2 /* rootCallTarget */
            invokeinterface com.oracle.truffle.api.RootCallTarget.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            astore 3 /* rootNode */
        start local 3 // com.oracle.truffle.api.nodes.RootNode rootNode
         2: .line 2412
            aload 3 /* rootNode */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.isInternal:()Z
            ifeq 4
         3: .line 2414
            aconst_null
            areturn
         4: .line 2416
      StackMap locals: com.oracle.truffle.api.RootCallTarget com.oracle.truffle.api.nodes.RootNode
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1.val$lastCallTarget:[Lcom/oracle/truffle/api/CallTarget;
            iconst_0
            aload 2 /* rootCallTarget */
            aastore
         5: .line 2417
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1.val$lastFrame:[Lcom/oracle/truffle/api/frame/Frame;
            iconst_0
            aload 1 /* frameInstance */
            getstatic com.oracle.truffle.api.frame.FrameInstance$FrameAccess.MATERIALIZE:Lcom/oracle/truffle/api/frame/FrameInstance$FrameAccess;
            invokeinterface com.oracle.truffle.api.frame.FrameInstance.getFrame:(Lcom/oracle/truffle/api/frame/FrameInstance$FrameAccess;)Lcom/oracle/truffle/api/frame/Frame;
            aastore
         6: .line 2418
            aconst_null
            areturn
        end local 3 // com.oracle.truffle.api.nodes.RootNode rootNode
        end local 2 // com.oracle.truffle.api.RootCallTarget rootCallTarget
        end local 1 // com.oracle.truffle.api.frame.FrameInstance frameInstance
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsynchronousStacksInstrument$1$1;
            0    7     1   frameInstance  Lcom/oracle/truffle/api/frame/FrameInstance;
            1    7     2  rootCallTarget  Lcom/oracle/truffle/api/RootCallTarget;
            2    7     3        rootNode  Lcom/oracle/truffle/api/nodes/RootNode;
    MethodParameters:
               Name  Flags
      frameInstance  

  public java.lang.Object visitFrame(com.oracle.truffle.api.frame.FrameInstance);
    descriptor: (Lcom/oracle/truffle/api/frame/FrameInstance;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1.visitFrame:(Lcom/oracle/truffle/api/frame/FrameInstance;)Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/oracle/truffle/api/frame/FrameInstanceVisitor<Ljava/lang/Void;>;
SourceFile: "InstrumentationTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1.onEnter:(Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/frame/VirtualFrame;)V
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
InnerClasses:
  public final FrameAccess = com.oracle.truffle.api.frame.FrameInstance$FrameAccess of com.oracle.truffle.api.frame.FrameInstance
  public AsynchronousStacksInstrument = com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument of com.oracle.truffle.api.instrumentation.test.InstrumentationTest
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1$1