class com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction
  super_class: java.lang.Object
{
  final java.lang.String code;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION action;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
    flags: (0x0010) ACC_FINAL

  final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.String, com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction this
        start local 1 // java.lang.String code
        start local 2 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION action
         0: .line 613
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 614
            aload 0 /* this */
            aload 1 /* code */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.code:Ljava/lang/String;
         2: .line 615
            aload 0 /* this */
            aload 2 /* action */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.action:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
         3: .line 616
            aload 0 /* this */
            aload 2 /* action */
            getstatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.RETURN:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
            if_acmpne 4
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 5
      StackMap locals: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction java.lang.String com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION
      StackMap stack: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction
         4: aconst_null
      StackMap locals: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction java.lang.String com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION
      StackMap stack: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction java.lang.Boolean
         5: putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.value:Ljava/lang/Object;
         6: .line 617
            return
        end local 2 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION action
        end local 1 // java.lang.String code
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$CodeAction;
            0    7     1    code  Ljava/lang/String;
            0    7     2  action  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
    MethodParameters:
        Name  Flags
      code    
      action  

  void <init>(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction this
        start local 1 // java.lang.String code
        start local 2 // java.lang.Object returnValue
         0: .line 619
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 620
            aload 0 /* this */
            aload 1 /* code */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.code:Ljava/lang/String;
         2: .line 621
            aload 0 /* this */
            getstatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.RETURN:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.action:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
         3: .line 622
            aload 2 /* returnValue */
            ifnonnull 6
         4: .line 623
            aload 0 /* this */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.value:Ljava/lang/Object;
         5: .line 624
            goto 7
         6: .line 625
      StackMap locals: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction java.lang.String java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 2 /* returnValue */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.value:Ljava/lang/Object;
         7: .line 627
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object returnValue
        end local 1 // java.lang.String code
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$CodeAction;
            0    8     1         code  Ljava/lang/String;
            0    8     2  returnValue  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      code         
      returnValue  

  void <init>(java.lang.String, com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION, java.lang.Object);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction this
        start local 1 // java.lang.String code
        start local 2 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION action
        start local 3 // java.lang.Object info
         0: .line 629
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 630
            aload 0 /* this */
            aload 1 /* code */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.code:Ljava/lang/String;
         2: .line 631
            aload 0 /* this */
            aload 2 /* action */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.action:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
         3: .line 632
            aload 2 /* action */
            getstatic com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION.RETURN:Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
            if_acmpne 6
            aload 3 /* info */
            ifnonnull 6
         4: .line 633
            aload 0 /* this */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.value:Ljava/lang/Object;
         5: .line 634
            goto 7
         6: .line 635
      StackMap locals: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction java.lang.String com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 3 /* info */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction.value:Ljava/lang/Object;
         7: .line 637
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object info
        end local 2 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$ACTION action
        end local 1 // java.lang.String code
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow$CodeAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$CodeAction;
            0    8     1    code  Ljava/lang/String;
            0    8     2  action  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$TestControlFlow$ACTION;
            0    8     3    info  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      code    
      action  
      info    
}
SourceFile: "UnwindReenterReturnTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest
InnerClasses:
  public TestControlFlow = com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$TestControlFlow of com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest
  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