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

  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$UnwindRepeated this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 755
            aload 0 /* this */
            aload 1 /* env */
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
         1: .line 756
            aload 1 /* env */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.registerService:(Ljava/lang/Object;)V
         2: .line 757
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindRepeated;
            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$UnwindRepeated this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 762
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            ifnull 3
         1: .line 763
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.dispose:()V
         2: .line 764
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 766
      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 767
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindRepeated;
            0    5     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   

  void submit(java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated this
        start local 1 // java.lang.String fromCode
        start local 2 // java.lang.String toCode
        start local 3 // int repeats
         0: .line 770
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated.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 771
            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 772
            new com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated$1
            dup
            aload 0 /* this */
            aload 1 /* fromCode */
            aload 2 /* toCode */
            iload 3 /* repeats */
            invokespecial com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindRepeated;Ljava/lang/String;Ljava/lang/String;I)V
         3: .line 770
            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$UnwindRepeated.bindingExec:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         4: .line 814
            return
        end local 3 // int repeats
        end local 2 // java.lang.String toCode
        end local 1 // java.lang.String fromCode
        end local 0 // com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindRepeated;
            0    5     1  fromCode  Ljava/lang/String;
            0    5     2    toCode  Ljava/lang/String;
            0    5     3   repeats  I
    MethodParameters:
          Name  Flags
      fromCode  
      toCode    
      repeats   
}
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 UnwindRepeated = com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated of com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest
  com.oracle.truffle.api.instrumentation.test.UnwindReenterReturnTest$UnwindRepeated$1
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "testUnwindRepeated", services = {Lcom/oracle/truffle/api/instrumentation/test/UnwindReenterReturnTest$UnwindRepeated;})