public class com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument extends com.oracle.truffle.api.test.polyglot.ProxyInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInstrument
{
  private final int testDepth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 2

  private final int prgDepth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 5

  java.util.concurrent.CountDownLatch instrumentationFinished;
    descriptor: Ljava/util/concurrent/CountDownLatch;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument this
         0: .line 2390
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.<init>:()V
         1: .line 2392
            aload 0 /* this */
            iconst_2
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument.testDepth:I
         2: .line 2393
            aload 0 /* this */
            iconst_5
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument.prgDepth:I
         3: .line 2390
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsynchronousStacksInstrument;

  protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 2398
            aload 1 /* env */
            iconst_2
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.setAsynchronousStackDepth:(I)V
         1: .line 2399
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1
            dup
            aload 0 /* this */
            aload 1 /* env */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsynchronousStacksInstrument;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         2: .line 2470
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsynchronousStacksInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsynchronousStacksInstrument;
            0    3     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "InstrumentationTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
InnerClasses:
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final StatementTag = com.oracle.truffle.api.instrumentation.StandardTags$StatementTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  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