public class com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind 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$UnexpectedTypeAndUnwind
  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$UnexpectedTypeAndUnwind this
         0: .line 1089
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnexpectedTypeAndUnwind;

  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$UnexpectedTypeAndUnwind this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 1097
            aload 0 /* this */
            aload 1 /* env */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
         1: .line 1098
            aload 1 /* env */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.registerService:(Ljava/lang/Object;)V
         2: .line 1099
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnexpectedTypeAndUnwind;
            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$UnexpectedTypeAndUnwind this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 1104
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            ifnull 3
         1: .line 1105
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.dispose:()V
         2: .line 1106
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 1108
      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 1109
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnexpectedTypeAndUnwind;
            0    5     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   

  void submit(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind this
        start local 1 // java.lang.Object unwindValue
         0: .line 1112
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind.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 1113
            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$ExpressionTag;
            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 1114
            new com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind$1
            dup
            aload 0 /* this */
            aload 1 /* unwindValue */
            invokespecial com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnexpectedTypeAndUnwind;Ljava/lang/Object;)V
         3: .line 1112
            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$UnexpectedTypeAndUnwind.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         4: .line 1135
            return
        end local 1 // java.lang.Object unwindValue
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnexpectedTypeAndUnwind;
            0    5     1  unwindValue  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      unwindValue  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 ExpressionTag = com.oracle.truffle.api.instrumentation.StandardTags$ExpressionTag 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 UnexpectedTypeAndUnwind = com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind of com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest
  com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnexpectedTypeAndUnwind$1
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "testUnexpectedTypeAndUnwind", services = {Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnexpectedTypeAndUnwind;})