public class com.oracle.truffle.api.debug.test.ReenterStackFrameTest extends com.oracle.truffle.api.debug.test.AbstractDebugTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.test.ReenterStackFrameTest
  super_class: com.oracle.truffle.api.debug.test.AbstractDebugTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
         0: .line 54
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.test.AbstractDebugTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;

  public void testReenterCurrent();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
         0: .line 58
            aload 0 /* this */
            ldc "ROOT(DEFINE(a, ROOT(\n  STATEMENT(),\n  STATEMENT(EXPRESSION)\n)),\nCALL(a))\n"
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 63
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 64
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         4: .line 65
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 66
            iconst_1
            anewarray java.lang.Exception
            astore 5 /* exception */
        start local 5 // java.lang.Exception[] exception
         6: .line 67
            iconst_1
            newarray 10
            astore 6 /* suspendHits */
        start local 6 // int[] suspendHits
         7: .line 68
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$0([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         8: .line 78
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$1([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         9: .line 88
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$2([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        10: .line 102
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$3([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        11: .line 111
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectDone:()Ljava/lang/String;
            pop
        12: .line 112
            aload 5 /* exception */
            iconst_0
            aaload
            ifnull 14
        13: .line 113
            aload 5 /* exception */
            iconst_0
            aaload
            athrow
        14: .line 115
      StackMap locals: com.oracle.truffle.api.debug.test.ReenterStackFrameTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession java.lang.Exception[] int[]
      StackMap stack:
            ldc 4
            aload 6 /* suspendHits */
            iconst_0
            iaload
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        end local 6 // int[] suspendHits
        end local 5 // java.lang.Exception[] exception
        15: .line 116
            aload 4 /* session */
            ifnull 21
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 21
      StackMap locals: com.oracle.truffle.api.debug.test.ReenterStackFrameTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
        16: astore 2
            aload 4 /* session */
            ifnull 17
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        end local 4 // com.oracle.truffle.api.debug.DebuggerSession session
      StackMap locals:
      StackMap stack:
        17: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: astore 3
            aload 2
            ifnonnull 19
            aload 3
            astore 2
            goto 20
      StackMap locals:
      StackMap stack:
        19: aload 2
            aload 3
            if_acmpeq 20
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        20: aload 2
            athrow
        21: .line 117
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;
            1   22     1       source  Lorg/graalvm/polyglot/Source;
            3   17     4      session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            6   15     5    exception  [Ljava/lang/Exception;
            7   15     6  suspendHits  [I
      Exception table:
        from    to  target  type
           3    15      16  any
           2    18      18  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testReenterDeep();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
         0: .line 121
            aload 0 /* this */
            ldc "ROOT(DEFINE(a, ROOT(\n STATEMENT(),\n DEFINE(aa, ROOT(\n  STATEMENT(EXPRESSION),\n  DEFINE(aaa, ROOT(\n   STATEMENT(EXPRESSION, EXPRESSION))\n  ),\n  CALL(aaa))\n ),\n CALL(aa))\n), \nCALL(a))\n"
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 133
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 134
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         4: .line 135
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 136
            iconst_1
            anewarray java.lang.Exception
            astore 5 /* exception */
        start local 5 // java.lang.Exception[] exception
         6: .line 137
            iconst_1
            newarray 10
            astore 6 /* suspendHits */
        start local 6 // int[] suspendHits
         7: .line 138
            iconst_1
            newarray 10
            astore 7 /* firstStatementNumJavaFrames */
        start local 7 // int[] firstStatementNumJavaFrames
         8: .line 139
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 7 /* firstStatementNumJavaFrames */
            aload 5 /* exception */
            invokedynamic onSuspend([I[I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$4([I[I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         9: .line 150
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$5([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        10: .line 162
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$6([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        11: .line 172
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$7([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        12: .line 182
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$8([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        13: .line 192
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$9([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        14: .line 205
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$10([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        15: .line 215
            aload 0 /* this */
            aload 7 /* firstStatementNumJavaFrames */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend([I[I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$11([I[I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        16: .line 225
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectDone:()Ljava/lang/String;
            pop
        17: .line 226
            aload 5 /* exception */
            iconst_0
            aaload
            ifnull 19
        18: .line 227
            aload 5 /* exception */
            iconst_0
            aaload
            athrow
        19: .line 229
      StackMap locals: com.oracle.truffle.api.debug.test.ReenterStackFrameTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession java.lang.Exception[] int[] int[]
      StackMap stack:
            ldc 8
            aload 6 /* suspendHits */
            iconst_0
            iaload
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        end local 7 // int[] firstStatementNumJavaFrames
        end local 6 // int[] suspendHits
        end local 5 // java.lang.Exception[] exception
        20: .line 230
            aload 4 /* session */
            ifnull 26
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 26
      StackMap locals: com.oracle.truffle.api.debug.test.ReenterStackFrameTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
        21: astore 2
            aload 4 /* session */
            ifnull 22
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        end local 4 // com.oracle.truffle.api.debug.DebuggerSession session
      StackMap locals:
      StackMap stack:
        22: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: astore 3
            aload 2
            ifnonnull 24
            aload 3
            astore 2
            goto 25
      StackMap locals:
      StackMap stack:
        24: aload 2
            aload 3
            if_acmpeq 25
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        25: aload 2
            athrow
        26: .line 231
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   27     0                         this  Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;
            1   27     1                       source  Lorg/graalvm/polyglot/Source;
            3   22     4                      session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            6   20     5                    exception  [Ljava/lang/Exception;
            7   20     6                  suspendHits  [I
            8   20     7  firstStatementNumJavaFrames  [I
      Exception table:
        from    to  target  type
           3    20      21  any
           2    23      23  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testVariables();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
         0: .line 236
            aload 0 /* this */
            ldc "ROOT(DEFINE(a, ROOT(\n  STATEMENT(),\n  VARIABLE(x, 42),\n  VARIABLE(n, 100),\n  VARIABLE(m, 200),\n  STATEMENT()\n)),\nCALL(a))\n"
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 244
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 245
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         4: .line 246
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 247
            iconst_1
            anewarray java.lang.Exception
            astore 5 /* exception */
        start local 5 // java.lang.Exception[] exception
         6: .line 248
            iconst_1
            newarray 10
            astore 6 /* suspendHits */
        start local 6 // int[] suspendHits
         7: .line 250
            iconst_4
            istore 7 /* i */
        start local 7 // int i
         8: goto 22
         9: .line 251
      StackMap locals: com.oracle.truffle.api.debug.test.ReenterStackFrameTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession java.lang.Exception[] int[] int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;[I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$12([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        10: .line 263
            iload 7 /* i */
            ifle 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 8 /* doUnwind */
        start local 8 // boolean doUnwind
        13: .line 264
            aload 0 /* this */
            aload 0 /* this */
            iload 8 /* doUnwind */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;Z[I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$13(Z[I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        14: .line 278
            aload 5 /* exception */
            iconst_0
            aaload
            ifnull 16
        15: .line 279
            aload 5 /* exception */
            iconst_0
            aaload
            athrow
        16: .line 281
      StackMap locals: int
      StackMap stack:
            iload 8 /* doUnwind */
            ifne 18
        17: .line 282
            goto 23
        18: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* suspendHits */
            aload 5 /* exception */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;[I[Ljava/lang/Exception;)Lcom/oracle/truffle/api/debug/SuspendedCallback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
                  com/oracle/truffle/api/debug/test/ReenterStackFrameTest.lambda$14([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        19: .line 299
            aload 5 /* exception */
            iconst_0
            aaload
            ifnull 21
        20: .line 300
            aload 5 /* exception */
            iconst_0
            aaload
            athrow
        end local 8 // boolean doUnwind
        21: .line 250
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ -1
      StackMap locals:
      StackMap stack:
        22: iload 7 /* i */
            ifge 9
        end local 7 // int i
        23: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.expectDone:()Ljava/lang/String;
            pop
        24: .line 304
            aload 5 /* exception */
            iconst_0
            aaload
            ifnull 26
        25: .line 305
            aload 5 /* exception */
            iconst_0
            aaload
            athrow
        26: .line 307
      StackMap locals:
      StackMap stack:
            ldc 14
            aload 6 /* suspendHits */
            iconst_0
            iaload
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        end local 6 // int[] suspendHits
        end local 5 // java.lang.Exception[] exception
        27: .line 308
            aload 4 /* session */
            ifnull 33
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 33
      StackMap locals: com.oracle.truffle.api.debug.test.ReenterStackFrameTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
        28: astore 2
            aload 4 /* session */
            ifnull 29
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        end local 4 // com.oracle.truffle.api.debug.DebuggerSession session
      StackMap locals:
      StackMap stack:
        29: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        30: astore 3
            aload 2
            ifnonnull 31
            aload 3
            astore 2
            goto 32
      StackMap locals:
      StackMap stack:
        31: aload 2
            aload 3
            if_acmpeq 32
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        32: aload 2
            athrow
        33: .line 309
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   34     0         this  Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;
            1   34     1       source  Lorg/graalvm/polyglot/Source;
            3   29     4      session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            6   27     5    exception  [Ljava/lang/Exception;
            7   27     6  suspendHits  [I
            8   23     7            i  I
           13   21     8     doUnwind  Z
      Exception table:
        from    to  target  type
           3    27      28  any
           2    30      30  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static void lambda$0(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 69
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 71
            ldc "STATEMENT()"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 72
            aload 2 /* event */
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepOver:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         3: .line 73
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         4: .line 74
            goto 7
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         5: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         6: .line 75
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         7: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    7     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            6    7     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.Exception

  private static void lambda$1(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 79
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 81
            ldc "STATEMENT(EXPRESSION)"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 82
            aload 2 /* event */
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareUnwindFrame:(Lcom/oracle/truffle/api/debug/DebugStackFrame;)V
         3: .line 83
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         4: .line 84
            goto 7
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         5: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         6: .line 85
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         7: .line 87
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    7     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            6    7     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.Exception

  private static void lambda$2(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 89
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 91
            ldc "CALL(a)"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 92
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4 /* frames */
        start local 4 // java.util.Iterator frames
         3: .line 93
            ldc ""
            aload 4 /* frames */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 94
            aload 4 /* frames */
            invokeinterface java.util.Iterator.hasNext:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         5: .line 96
            aload 2 /* event */
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         6: .line 97
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
        end local 4 // java.util.Iterator frames
         7: .line 98
            goto 10
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         8: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         9: .line 99
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
        10: .line 101
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1   10     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            3    7     4        frames  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugStackFrame;>;
            9   10     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     7       8  Class java.lang.Exception

  private static void lambda$3(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 103
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 105
            ldc "STATEMENT()"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 106
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         3: .line 107
            goto 6
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         4: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         5: .line 108
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         6: .line 110
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    6     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            5    6     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.Exception

  private static void lambda$4(int[], int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=4
        start local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 140
            aload 3 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 4 /* currentFrame */
        start local 4 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 142
            ldc "STATEMENT()"
            aload 4 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 143
            aload 3 /* event */
            iconst_2
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         3: .line 144
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         4: .line 145
            aload 1
            iconst_0
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getStackTrace:()[Ljava/lang/StackTraceElement;
            arraylength
            iastore
         5: .line 146
            goto 8
      StackMap locals: int[] int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         6: astore 5 /* ex */
        start local 5 // java.lang.Exception ex
         7: .line 147
            aload 2
            iconst_0
            aload 5 /* ex */
            aastore
        end local 5 // java.lang.Exception ex
        end local 4 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         8: .line 149
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     3         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    8     4  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            7    8     5            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     5       6  Class java.lang.Exception

  private static void lambda$5(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 151
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 153
            ldc "STATEMENT(EXPRESSION, EXPRESSION)"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 154
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4 /* sfIter */
        start local 4 // java.util.Iterator sfIter
         3: .line 155
            aload 4 /* sfIter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
         4: .line 156
            aload 2 /* event */
            aload 4 /* sfIter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareUnwindFrame:(Lcom/oracle/truffle/api/debug/DebugStackFrame;)V
         5: .line 157
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
        end local 4 // java.util.Iterator sfIter
         6: .line 158
            goto 9
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         7: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         8: .line 159
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         9: .line 161
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    9     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            3    6     4        sfIter  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugStackFrame;>;
            8    9     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     6       7  Class java.lang.Exception

  private static void lambda$6(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 163
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 165
            ldc "CALL(aa)"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 166
            aload 2 /* event */
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareUnwindFrame:(Lcom/oracle/truffle/api/debug/DebugStackFrame;)V
         3: .line 167
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         4: .line 168
            goto 7
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         5: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         6: .line 169
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         7: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    7     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            6    7     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.Exception

  private static void lambda$7(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 173
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 175
            ldc "CALL(a)"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 176
            aload 2 /* event */
            iconst_2
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         3: .line 177
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         4: .line 178
            goto 7
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         5: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         6: .line 179
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         7: .line 181
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    7     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            6    7     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.Exception

  private static void lambda$8(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 183
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 185
            ldc "STATEMENT(EXPRESSION)"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 186
            aload 2 /* event */
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         3: .line 187
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         4: .line 188
            goto 7
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         5: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         6: .line 189
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         7: .line 191
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    7     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            6    7     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.Exception

  private static void lambda$9(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 193
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 195
            ldc "STATEMENT(EXPRESSION, EXPRESSION)"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 196
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4 /* sfIter */
        start local 4 // java.util.Iterator sfIter
         3: .line 197
            aload 4 /* sfIter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
         4: .line 198
            aload 4 /* sfIter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
         5: .line 199
            aload 2 /* event */
            aload 4 /* sfIter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareUnwindFrame:(Lcom/oracle/truffle/api/debug/DebugStackFrame;)V
         6: .line 200
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
        end local 4 // java.util.Iterator sfIter
         7: .line 201
            goto 10
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         8: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         9: .line 202
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
        10: .line 204
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1   10     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            3    7     4        sfIter  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugStackFrame;>;
            9   10     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     7       8  Class java.lang.Exception

  private static void lambda$10(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=3
        start local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 206
            aload 2 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 3 /* currentFrame */
        start local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 208
            ldc "CALL(a)"
            aload 3 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 209
            aload 2 /* event */
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         3: .line 210
            aload 0
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         4: .line 211
            goto 7
      StackMap locals: int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         5: astore 4 /* ex */
        start local 4 // java.lang.Exception ex
         6: .line 212
            aload 1
            iconst_0
            aload 4 /* ex */
            aastore
        end local 4 // java.lang.Exception ex
        end local 3 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         7: .line 214
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     2         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    7     3  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            6    7     4            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.Exception

  private static void lambda$11(int[], int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=4
        start local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 216
            aload 3 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 4 /* currentFrame */
        start local 4 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 218
            ldc "STATEMENT()"
            aload 4 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 219
            ldc "Same Java depth"
            aload 0
            iconst_0
            iaload
            i2l
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getStackTrace:()[Ljava/lang/StackTraceElement;
            arraylength
            i2l
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/String;JJ)V
         3: .line 220
            aload 1
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         4: .line 221
            goto 7
      StackMap locals: int[] int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         5: astore 5 /* ex */
        start local 5 // java.lang.Exception ex
         6: .line 222
            aload 2
            iconst_0
            aload 5 /* ex */
            aastore
        end local 5 // java.lang.Exception ex
        end local 4 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         7: .line 224
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     3         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    7     4  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            6    7     5            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.Exception

  private void lambda$12(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
        start local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 252
            aload 3 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 4 /* currentFrame */
        start local 4 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 254
            ldc "STATEMENT()"
            aload 3 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 255
            ldc 2
            aload 3 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getStartLine:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 256
            aload 0 /* this */
            aload 4 /* currentFrame */
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         4: .line 257
            aload 3 /* event */
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepOver:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         5: .line 258
            aload 1
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         6: .line 259
            goto 9
      StackMap locals: com.oracle.truffle.api.debug.test.ReenterStackFrameTest int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         7: astore 5 /* ex */
        start local 5 // java.lang.Exception ex
         8: .line 260
            aload 2
            iconst_0
            aload 5 /* ex */
            aastore
        end local 5 // java.lang.Exception ex
        end local 4 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         9: .line 262
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;
            0   10     3         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    9     4  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            8    9     5            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     6       7  Class java.lang.Exception

  private void lambda$13(boolean, int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Z[I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
        start local 4 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 265
            aload 4 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 5 /* currentFrame */
        start local 5 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 267
            ldc "STATEMENT()"
            aload 4 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 268
            ldc 6
            aload 4 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getStartLine:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 269
            aload 0 /* this */
            aload 5 /* currentFrame */
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
            ldc "n"
            aastore
            dup
            iconst_1
            ldc "100"
            aastore
            dup
            iconst_2
            ldc "m"
            aastore
            dup
            iconst_3
            ldc "200"
            aastore
            dup
            iconst_4
            ldc "x"
            aastore
            dup
            iconst_5
            ldc "42"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         4: .line 270
            iload 1
            ifeq 6
         5: .line 271
            aload 4 /* event */
            aload 5 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareUnwindFrame:(Lcom/oracle/truffle/api/debug/DebugStackFrame;)V
         6: .line 273
      StackMap locals: com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack:
            aload 2
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         7: .line 274
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Exception
         8: astore 6 /* ex */
        start local 6 // java.lang.Exception ex
         9: .line 275
            aload 3
            iconst_0
            aload 6 /* ex */
            aastore
        end local 6 // java.lang.Exception ex
        end local 5 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
        10: .line 277
      StackMap locals:
      StackMap stack:
            return
        end local 4 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;
            0   11     4         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1   10     5  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            9   10     6            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     7       8  Class java.lang.Exception

  private void lambda$14(int[], java.lang.Exception[], com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: ([I[Ljava/lang/Exception;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
        start local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 285
            aload 3 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            astore 4 /* currentFrame */
        start local 4 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
         1: .line 287
            ldc "CALL(a)"
            aload 4 /* currentFrame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 288
            aload 3 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5 /* frames */
        start local 5 // java.util.Iterator frames
         3: .line 289
            ldc ""
            aload 5 /* frames */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 290
            aload 5 /* frames */
            invokeinterface java.util.Iterator.hasNext:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         5: .line 291
            aload 0 /* this */
            aload 4 /* currentFrame */
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.debug.test.ReenterStackFrameTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         6: .line 293
            aload 3 /* event */
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         7: .line 294
            aload 1
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
        end local 5 // java.util.Iterator frames
         8: .line 295
            goto 11
      StackMap locals: com.oracle.truffle.api.debug.test.ReenterStackFrameTest int[] java.lang.Exception[] com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame
      StackMap stack: java.lang.Exception
         9: astore 5 /* ex */
        start local 5 // java.lang.Exception ex
        10: .line 296
            aload 2
            iconst_0
            aload 5 /* ex */
            aastore
        end local 5 // java.lang.Exception ex
        end local 4 // com.oracle.truffle.api.debug.DebugStackFrame currentFrame
        11: .line 298
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.ReenterStackFrameTest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lcom/oracle/truffle/api/debug/test/ReenterStackFrameTest;
            0   12     3         event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1   11     4  currentFrame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
            3    8     5        frames  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugStackFrame;>;
           10   11     5            ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     8       9  Class java.lang.Exception
}
SourceFile: "ReenterStackFrameTest.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles