public class com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple extends com.oracle.truffle.api.instrumentation.TruffleInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  private com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env;
    descriptor: Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    flags: (0x0002) ACC_PRIVATE

  private com.oracle.truffle.api.instrumentation.EventBinding<? extends com.oracle.truffle.api.instrumentation.ExecutionEventListener> bindingExec;
    descriptor: Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple this
         0: .line 818
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindMultiple;

  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=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 826
            aload 0 /* this */
            aload 1 /* env */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
         1: .line 827
            aload 1 /* env */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.registerService:(Ljava/lang/Object;)V
         2: .line 828
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindMultiple;
            0    3     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   

  protected void onDispose(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 833
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            ifnull 3
         1: .line 834
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.dispose:()V
         2: .line 835
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.onDispose:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
         4: .line 838
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindMultiple;
            0    5     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   

  void submit(boolean, java.lang.String[]);
    descriptor: (Z[Ljava/lang/String;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple this
        start local 1 // boolean enter
        start local 2 // java.lang.String[] fromToCode
         0: .line 841
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
         1: .line 842
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            aastore
            dup
            iconst_1
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$CallTag;
            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;
         2: .line 843
            new com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple$1
            dup
            aload 0 /* this */
            aload 2 /* fromToCode */
            iload 1 /* enter */
            invokespecial com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindMultiple;[Ljava/lang/String;Z)V
         3: .line 841
            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;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         4: .line 896
            return
        end local 2 // java.lang.String[] fromToCode
        end local 1 // boolean enter
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindMultiple;
            0    5     1       enter  Z
            0    5     2  fromToCode  [Ljava/lang/String;
    MethodParameters:
            Name  Flags
      enter       final
      fromToCode  final
}
SourceFile: "UnwindReenterReturnTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest
InnerClasses:
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final CallTag = com.oracle.truffle.api.instrumentation.StandardTags$CallTag of com.oracle.truffle.api.instrumentation.StandardTags
  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 abstract Registration = com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public UnwindMultiple = com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple of com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest
  com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindMultiple$1
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "testUnwindMultiple", services = {Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindMultiple;})