public class com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow 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$TestControlFlow
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  final java.util.Map<com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$WHERE, java.util.List<com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction>> actions;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$WHERE;Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$CodeAction;>;>;

  final java.util.List<java.lang.String> nodesEntered;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  final java.util.List<java.lang.String> nodesReturned;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  final java.util.List<java.lang.String> nodesUnwound;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  final java.util.List<java.lang.String> unwoundInfos;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  final java.util.List<java.lang.Object> returnValuesExceptions;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Object;>;

  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;>;

  private static volatile int[] $SWITCH_TABLE$com$oracle$truffle$api$instrumentation$test$UnwindReenterReturnTest$TestControlFlow$ACTION;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow this
         0: .line 592
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
         1: .line 640
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            invokestatic java.util.Collections.synchronizedMap:(Ljava/util/Map;)Ljava/util/Map;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.actions:Ljava/util/Map;
         2: .line 641
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokestatic java.util.Collections.synchronizedList:(Ljava/util/List;)Ljava/util/List;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.nodesEntered:Ljava/util/List;
         3: .line 642
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokestatic java.util.Collections.synchronizedList:(Ljava/util/List;)Ljava/util/List;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.nodesReturned:Ljava/util/List;
         4: .line 643
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokestatic java.util.Collections.synchronizedList:(Ljava/util/List;)Ljava/util/List;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.nodesUnwound:Ljava/util/List;
         5: .line 644
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokestatic java.util.Collections.synchronizedList:(Ljava/util/List;)Ljava/util/List;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.unwoundInfos:Ljava/util/List;
         6: .line 645
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokestatic java.util.Collections.synchronizedList:(Ljava/util/List;)Ljava/util/List;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.returnValuesExceptions:Ljava/util/List;
         7: .line 592
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow;

  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$TestControlFlow this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 652
            aload 0 /* this */
            aload 1 /* env */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
         1: .line 653
            aload 1 /* env */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.registerService:(Ljava/lang/Object;)V
         2: .line 654
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow;
            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$TestControlFlow this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 659
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            ifnull 3
         1: .line 660
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.dispose:()V
         2: .line 661
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 663
      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 664
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow;
            0    5     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   

  void submitExecutionListener();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow this
         0: .line 667
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.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 668
            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 669
            new com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow;)V
         3: .line 667
            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$TestControlFlow.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         4: .line 726
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow;

  private static  doAction(java.util.List<com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction>, java.lang.String, com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Ljava/util/List;Ljava/lang/String;Lcom/oracle/truffle/api/instrumentation/EventContext;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.util.List codeActions
        start local 1 // java.lang.String code
        start local 2 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 729
            aload 0 /* codeActions */
            ifnull 7
            aload 0 /* codeActions */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 7
         1: .line 730
            aload 1 /* code */
            aload 0 /* codeActions */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.code:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         2: .line 731
            aload 0 /* codeActions */
            iconst_0
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction
            astore 3 /* action */
        start local 3 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction action
         3: .line 732
            invokestatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.$SWITCH_TABLE$com$oracle$truffle$api$instrumentation$test$UnwindReenterReturnTest$TestControlFlow$ACTION:()[I
            aload 3 /* action */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.action:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
            invokevirtual com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 4
                    2: 6
                    3: 5
              default: 7
          }
         4: .line 734
      StackMap locals: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction
      StackMap stack:
            aload 2 /* context */
            aload 3 /* action */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.value:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.createUnwind:(Ljava/lang/Object;)Ljava/lang/ThreadDeath;
            athrow
         5: .line 736
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.ProbeNode.UNWIND_ACTION_REENTER:Ljava/lang/Object;
            areturn
         6: .line 738
      StackMap locals:
      StackMap stack:
            aload 3 /* action */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.value:Ljava/lang/Object;
            areturn
        end local 3 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction action
         7: .line 742
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 1 // java.lang.String code
        end local 0 // java.util.List codeActions
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0  codeActions  Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$CodeAction;>;
            0    8     1         code  Ljava/lang/String;
            0    8     2      context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            3    7     3       action  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$CodeAction;
    Signature: (Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$CodeAction;>;Ljava/lang/String;Lcom/oracle/truffle/api/instrumentation/EventContext;)Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      codeActions  
      code         
      context      

  static int[] $SWITCH_TABLE$com$oracle$truffle$api$instrumentation$test$UnwindReenterReturnTest$TestControlFlow$ACTION();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 592
            getstatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.$SWITCH_TABLE$com$oracle$truffle$api$instrumentation$test$UnwindReenterReturnTest$TestControlFlow$ACTION:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.values:()[Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.REENTER:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
            invokevirtual com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.RETURN:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
            invokevirtual com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.UNWIND:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
            invokevirtual com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow.$SWITCH_TABLE$com$oracle$truffle$api$instrumentation$test$UnwindReenterReturnTest$TestControlFlow$ACTION:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
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 TestControlFlow = com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow of com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest
  com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$1
  final ACTION = com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION of com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow
  CodeAction = com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction of com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow
  final WHERE = com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$WHERE of com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "testControlFlow", services = {Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow;})