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

  public void testStackFrames();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
         0: .line 69
            aload 0 /* this */
            ldc "ROOT(\n  DEFINE(bar, VARIABLE(bar0, 41), VARIABLE(bar1, 40), STATEMENT),\n  DEFINE(foo, ROOT(VARIABLE(foo0, 42), \n                   STATEMENT(CALL(bar)))),\n  STATEMENT(VARIABLE(root0, 43)),\n  STATEMENT(CALL(foo))\n)\n"
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 76
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 77
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         4: .line 78
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 80
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$0(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         6: .line 87
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$1(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         7: .line 94
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$2(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         8: .line 102
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$3(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         9: .line 111
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectDone:()Ljava/lang/String;
            pop
        10: .line 112
            aload 4 /* session */
            ifnull 16
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 16
      StackMap locals: com.oracle.truffle.api.debug.test.SuspendedEventTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
        11: astore 2
            aload 4 /* session */
            ifnull 12
            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:
        12: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 3
            aload 2
            ifnonnull 14
            aload 3
            astore 2
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 2
            aload 3
            if_acmpeq 15
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        15: aload 2
            athrow
        16: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            1   17     1   source  Lorg/graalvm/polyglot/Source;
            3   12     4  session  Lcom/oracle/truffle/api/debug/DebuggerSession;
      Exception table:
        from    to  target  type
           3    10      11  any
           2    13      13  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testReturnValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
         0: .line 117
            aload 0 /* this */
            ldc "ROOT(\n  DEFINE(bar, STATEMENT(CONSTANT(42))), \n  DEFINE(foo, CALL(bar)), \n  STATEMENT(CALL(foo))\n)\n"
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 123
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 124
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         4: .line 125
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 127
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$4(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         6: .line 130
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$5(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         7: .line 133
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$6(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         8: .line 138
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$7(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         9: .line 143
            ldc "42"
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectDone:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        10: .line 144
            aload 4 /* session */
            ifnull 16
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 16
      StackMap locals: com.oracle.truffle.api.debug.test.SuspendedEventTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
        11: astore 2
            aload 4 /* session */
            ifnull 12
            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:
        12: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 3
            aload 2
            ifnonnull 14
            aload 3
            astore 2
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 2
            aload 3
            if_acmpeq 15
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        15: aload 2
            athrow
        16: .line 145
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            1   17     1   source  Lorg/graalvm/polyglot/Source;
            3   12     4  session  Lcom/oracle/truffle/api/debug/DebuggerSession;
      Exception table:
        from    to  target  type
           3    10      11  any
           2    13      13  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testReturnValueChanged();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
         0: .line 149
            aload 0 /* this */
            ldc "ROOT(\n  DEFINE(bar, VARIABLE(a, 41), STATEMENT(CONSTANT(42))), \n  DEFINE(foo, VARIABLE(b, 40), CALL(bar)), \n  VARIABLE(c, 24), STATEMENT(CALL(foo))\n)\n"
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 155
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 156
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.getSourceImpl:(Lorg/graalvm/polyglot/Source;)Lcom/oracle/truffle/api/source/Source;
            invokestatic com.oracle.truffle.api.debug.Breakpoint.newBuilder:(Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            iconst_2
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.lineIs:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            getstatic com.oracle.truffle.api.debug.SuspendAnchor.AFTER:Lcom/oracle/truffle/api/debug/SuspendAnchor;
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.suspendAnchor:(Lcom/oracle/truffle/api/debug/SuspendAnchor;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.build:()Lcom/oracle/truffle/api/debug/Breakpoint;
            astore 5 /* breakpoint */
        start local 5 // com.oracle.truffle.api.debug.Breakpoint breakpoint
         4: .line 157
            aload 4 /* session */
            aload 5 /* breakpoint */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.install:(Lcom/oracle/truffle/api/debug/Breakpoint;)Lcom/oracle/truffle/api/debug/Breakpoint;
            pop
         5: .line 158
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         6: .line 160
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$8(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         7: .line 167
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$9(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         8: .line 175
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;)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/SuspendedEventTest.lambda$10(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (7)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         9: .line 183
            ldc "24"
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectDone:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 5 // com.oracle.truffle.api.debug.Breakpoint breakpoint
        10: .line 184
            aload 4 /* session */
            ifnull 16
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 16
      StackMap locals: com.oracle.truffle.api.debug.test.SuspendedEventTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
        11: astore 2
            aload 4 /* session */
            ifnull 12
            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:
        12: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 3
            aload 2
            ifnonnull 14
            aload 3
            astore 2
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 2
            aload 3
            if_acmpeq 15
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        15: aload 2
            athrow
        16: .line 185
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            1   17     1      source  Lorg/graalvm/polyglot/Source;
            3   12     4     session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            4   10     5  breakpoint  Lcom/oracle/truffle/api/debug/Breakpoint;
      Exception table:
        from    to  target  type
           3    10      11  any
           2    13      13  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testIsInternal();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
         0: .line 189
            ldc "instrumentation-test-language"
         1: .line 190
            ldc "ROOT(\n  DEFINE(bar, ROOT(STATEMENT)),\n  DEFINE(foo, STATEMENT, \n              STATEMENT(CALL(bar))),\n  STATEMENT(CALL(foo))\n)\n"
         2: .line 196
            ldc "internal test code"
         3: .line 189
            invokestatic org.graalvm.polyglot.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lorg/graalvm/polyglot/Source$Builder;
         4: .line 196
            iconst_1
            invokevirtual org.graalvm.polyglot.Source$Builder.internal:(Z)Lorg/graalvm/polyglot/Source$Builder;
            invokevirtual org.graalvm.polyglot.Source$Builder.build:()Lorg/graalvm/polyglot/Source;
         5: .line 189
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         6: .line 198
            aconst_null
            astore 2
            aconst_null
            astore 3
         7: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         8: .line 199
            aload 4 /* session */
            invokestatic com.oracle.truffle.api.debug.SuspensionFilter.newBuilder:()Lcom/oracle/truffle/api/debug/SuspensionFilter$Builder;
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspensionFilter$Builder.includeInternal:(Z)Lcom/oracle/truffle/api/debug/SuspensionFilter$Builder;
            invokevirtual com.oracle.truffle.api.debug.SuspensionFilter$Builder.build:()Lcom/oracle/truffle/api/debug/SuspensionFilter;
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.setSteppingFilter:(Lcom/oracle/truffle/api/debug/SuspensionFilter;)V
         9: .line 200
            aload 4 /* session */
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.getSourceImpl:(Lorg/graalvm/polyglot/Source;)Lcom/oracle/truffle/api/source/Source;
            invokestatic com.oracle.truffle.api.debug.Breakpoint.newBuilder:(Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            iconst_2
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.lineIs:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.build:()Lcom/oracle/truffle/api/debug/Breakpoint;
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.install:(Lcom/oracle/truffle/api/debug/Breakpoint;)Lcom/oracle/truffle/api/debug/Breakpoint;
            pop
        10: .line 201
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startEval:(Lorg/graalvm/polyglot/Source;)V
        11: .line 203
            aload 0 /* this */
            invokedynamic onSuspend()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/SuspendedEventTest.lambda$11(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        12: .line 215
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectDone:()Ljava/lang/String;
            pop
        13: .line 216
            aload 4 /* session */
            ifnull 19
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 19
      StackMap locals: com.oracle.truffle.api.debug.test.SuspendedEventTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
        14: astore 2
            aload 4 /* session */
            ifnull 15
            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:
        15: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 3
            aload 2
            ifnonnull 17
            aload 3
            astore 2
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 2
            aload 3
            if_acmpeq 18
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        18: aload 2
            athrow
        19: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            6   20     1   source  Lorg/graalvm/polyglot/Source;
            8   15     4  session  Lcom/oracle/truffle/api/debug/DebuggerSession;
      Exception table:
        from    to  target  type
           8    13      14  any
           7    16      16  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testOtherThreadAccess();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
         0: .line 221
            aload 0 /* this */
            ldc "ROOT(\n  DEFINE(bar, VARIABLE(bar0, 41), VARIABLE(bar1, 40), STATEMENT),\n  DEFINE(foo, ROOT(VARIABLE(foo0, 42), \n                   STATEMENT(CALL(bar)))),\n  STATEMENT(VARIABLE(root0, 43)),\n  STATEMENT(CALL(foo))\n)\n"
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.testSource:(Ljava/lang/String;)Lorg/graalvm/polyglot/Source;
            astore 1 /* source */
        start local 1 // org.graalvm.polyglot.Source source
         1: .line 229
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         3: .line 230
            aload 4 /* session */
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.getSourceImpl:(Lorg/graalvm/polyglot/Source;)Lcom/oracle/truffle/api/source/Source;
            invokestatic com.oracle.truffle.api.debug.Breakpoint.newBuilder:(Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            iconst_4
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.lineIs:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.build:()Lcom/oracle/truffle/api/debug/Breakpoint;
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.install:(Lcom/oracle/truffle/api/debug/Breakpoint;)Lcom/oracle/truffle/api/debug/Breakpoint;
            astore 5 /* breakpoint */
        start local 5 // com.oracle.truffle.api.debug.Breakpoint breakpoint
         4: .line 231
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 233
            aload 0 /* this */
            aload 5 /* breakpoint */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/Breakpoint;)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/SuspendedEventTest.lambda$12(Lcom/oracle/truffle/api/debug/Breakpoint;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         6: .line 292
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.expectDone:()Ljava/lang/String;
            pop
        end local 5 // com.oracle.truffle.api.debug.Breakpoint breakpoint
         7: .line 293
            aload 4 /* session */
            ifnull 13
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 13
      StackMap locals: com.oracle.truffle.api.debug.test.SuspendedEventTest org.graalvm.polyglot.Source java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 4 /* session */
            ifnull 9
            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:
         9: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 3
            aload 2
            ifnonnull 11
            aload 3
            astore 2
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2
            aload 3
            if_acmpeq 12
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        12: aload 2
            athrow
        13: .line 294
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            1   14     1      source  Lorg/graalvm/polyglot/Source;
            3    9     4     session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            4    7     5  breakpoint  Lcom/oracle/truffle/api/debug/Breakpoint;
      Exception table:
        from    to  target  type
           3     7       8  any
           2    10      10  any
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static <T> T run(java.util.concurrent.Callable<T>);
    descriptor: (Ljava/util/concurrent/Callable;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.util.concurrent.Callable callable
         0: .line 297
            invokestatic java.util.concurrent.Executors.newSingleThreadExecutor:()Ljava/util/concurrent/ExecutorService;
            aload 0 /* callable */
            invokeinterface java.util.concurrent.ExecutorService.submit:(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;
            astore 1 /* future */
        start local 1 // java.util.concurrent.Future future
         1: .line 299
            aload 1 /* future */
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
         2: areturn
         3: .line 300
      StackMap locals: java.util.concurrent.Callable java.util.concurrent.Future
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         4: .line 301
            new java.lang.AssertionError
            dup
            aload 2 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.util.concurrent.Future future
        end local 0 // java.util.concurrent.Callable callable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0  callable  Ljava/util/concurrent/Callable<TT;>;
            1    5     1    future  Ljava/util/concurrent/Future<TT;>;
            4    5     2         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/util/concurrent/Callable<TT;>;)TT;
    MethodParameters:
          Name  Flags
      callable  

  private static <T> void runExpectIllegalState(java.util.concurrent.Callable<T>);
    descriptor: (Ljava/util/concurrent/Callable;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.util.concurrent.Callable callable
         0: .line 306
            invokestatic java.util.concurrent.Executors.newSingleThreadExecutor:()Ljava/util/concurrent/ExecutorService;
            aload 0 /* callable */
            invokeinterface java.util.concurrent.ExecutorService.submit:(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;
            astore 1 /* future */
        start local 1 // java.util.concurrent.Future future
         1: .line 308
            aload 1 /* future */
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
            pop
         2: .line 309
            invokestatic org.junit.Assert.fail:()V
         3: .line 310
            goto 9
      StackMap locals: java.util.concurrent.Callable java.util.concurrent.Future
      StackMap stack: java.util.concurrent.ExecutionException
         4: astore 2 /* e */
        start local 2 // java.util.concurrent.ExecutionException e
         5: .line 311
            aload 2 /* e */
            invokevirtual java.util.concurrent.ExecutionException.getCause:()Ljava/lang/Throwable;
            instanceof java.lang.IllegalStateException
            ifne 9
         6: .line 312
            new java.lang.AssertionError
            dup
            aload 2 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.util.concurrent.ExecutionException e
         7: .line 314
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            astore 2 /* e */
        start local 2 // java.lang.InterruptedException e
         8: .line 315
            new java.lang.AssertionError
            dup
            aload 2 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.InterruptedException e
         9: .line 317
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.concurrent.Future future
        end local 0 // java.util.concurrent.Callable callable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0  callable  Ljava/util/concurrent/Callable<TT;>;
            1   10     1    future  Ljava/util/concurrent/Future<TT;>;
            5    7     2         e  Ljava/util/concurrent/ExecutionException;
            8    9     2         e  Ljava/lang/InterruptedException;
      Exception table:
        from    to  target  type
           1     3       4  Class java.util.concurrent.ExecutionException
           1     3       7  Class java.lang.InterruptedException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/concurrent/Callable<TT;>;)V
    MethodParameters:
          Name  Flags
      callable  

  private void lambda$0(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 81
            aload 0 /* this */
            aload 1 /* event */
            iconst_5
            iconst_1
            ldc "STATEMENT(VARIABLE(root0, 43))"
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepOver:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 82
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 2 /* frameIterator */
        start local 2 // java.util.Iterator frameIterator
         2: .line 83
            aload 0 /* this */
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         3: .line 84
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        end local 2 // java.util.Iterator frameIterator
         4: .line 85
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    5     1          event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            2    4     2  frameIterator  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugStackFrame;>;

  private void lambda$1(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 88
            aload 0 /* this */
            aload 1 /* event */
            bipush 6
            iconst_1
            ldc "STATEMENT(CALL(foo))"
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "root0"
            aastore
            dup
            iconst_1
            ldc "43"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 89
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 2 /* frameIterator */
        start local 2 // java.util.Iterator frameIterator
         2: .line 90
            aload 0 /* this */
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "root0"
            aastore
            dup
            iconst_1
            ldc "43"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         3: .line 91
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        end local 2 // java.util.Iterator frameIterator
         4: .line 92
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    5     1          event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            2    4     2  frameIterator  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugStackFrame;>;

  private void lambda$2(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 95
            aload 0 /* this */
            aload 1 /* event */
            iconst_4
            iconst_1
            ldc "STATEMENT(CALL(bar))"
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "foo0"
            aastore
            dup
            iconst_1
            ldc "42"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 96
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 2 /* frameIterator */
        start local 2 // java.util.Iterator frameIterator
         2: .line 97
            aload 0 /* this */
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "foo0"
            aastore
            dup
            iconst_1
            ldc "42"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         3: .line 98
            aload 0 /* this */
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "root0"
            aastore
            dup
            iconst_1
            ldc "43"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         4: .line 99
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        end local 2 // java.util.Iterator frameIterator
         5: .line 100
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    6     1          event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            2    5     2  frameIterator  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugStackFrame;>;

  private void lambda$3(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 103
            aload 0 /* this */
            aload 1 /* event */
            iconst_2
            iconst_1
            ldc "STATEMENT"
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            ldc "bar0"
            aastore
            dup
            iconst_1
            ldc "41"
            aastore
            dup
            iconst_2
            ldc "bar1"
            aastore
            dup
            iconst_3
            ldc "40"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareContinue:()V
         1: .line 104
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 2 /* frameIterator */
        start local 2 // java.util.Iterator frameIterator
         2: .line 105
            aload 0 /* this */
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            ldc "bar0"
            aastore
            dup
            iconst_1
            ldc "41"
            aastore
            dup
            iconst_2
            ldc "bar1"
            aastore
            dup
            iconst_3
            ldc "40"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         3: .line 106
            aload 0 /* this */
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "foo0"
            aastore
            dup
            iconst_1
            ldc "42"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         4: .line 107
            aload 0 /* this */
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "root0"
            aastore
            dup
            iconst_1
            ldc "43"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkStack:(Lcom/oracle/truffle/api/debug/DebugStackFrame;[Ljava/lang/String;)V
         5: .line 108
            aload 2 /* frameIterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        end local 2 // java.util.Iterator frameIterator
         6: .line 109
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    7     1          event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            2    6     2  frameIterator  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugStackFrame;>;

  private void lambda$4(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 128
            aload 0 /* this */
            aload 1 /* event */
            iconst_4
            iconst_1
            ldc "STATEMENT(CALL(foo))"
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 129
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    2     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;

  private void lambda$5(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 131
            aload 0 /* this */
            aload 1 /* event */
            iconst_2
            iconst_1
            ldc "STATEMENT(CONSTANT(42))"
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 132
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    2     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;

  private void lambda$6(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 134
            aload 0 /* this */
            aload 1 /* event */
            iconst_3
            iconst_0
            ldc "CALL(bar)"
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 135
            ldc "42"
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getReturnValue:()Lcom/oracle/truffle/api/debug/DebugValue;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 136
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    3     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;

  private void lambda$7(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 139
            aload 0 /* this */
            aload 1 /* event */
            iconst_4
            iconst_0
            ldc "CALL(foo)"
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareContinue:()V
         1: .line 140
            ldc "42"
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getReturnValue:()Lcom/oracle/truffle/api/debug/DebugValue;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 141
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    3     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;

  private void lambda$8(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 161
            aload 0 /* this */
            aload 1 /* event */
            iconst_2
            iconst_0
            ldc "STATEMENT(CONSTANT(42))"
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "a"
            aastore
            dup
            iconst_1
            ldc "41"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 162
            ldc "42"
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getReturnValue:()Lcom/oracle/truffle/api/debug/DebugValue;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 163
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValues:()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.DebugValue
            astore 2 /* a */
        start local 2 // com.oracle.truffle.api.debug.DebugValue a
         3: .line 164
            ldc "a"
            aload 2 /* a */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 165
            aload 1 /* event */
            aload 2 /* a */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.setReturnValue:(Lcom/oracle/truffle/api/debug/DebugValue;)V
        end local 2 // com.oracle.truffle.api.debug.DebugValue a
         5: .line 166
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    6     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            3    5     2      a  Lcom/oracle/truffle/api/debug/DebugValue;

  private void lambda$9(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 168
            aload 0 /* this */
            aload 1 /* event */
            iconst_3
            iconst_0
            ldc "CALL(bar)"
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "b"
            aastore
            dup
            iconst_1
            ldc "40"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 169
            ldc "41"
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getReturnValue:()Lcom/oracle/truffle/api/debug/DebugValue;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 170
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValues:()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.DebugValue
            astore 2 /* b */
        start local 2 // com.oracle.truffle.api.debug.DebugValue b
         3: .line 171
            ldc "b"
            aload 2 /* b */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 172
            aload 1 /* event */
            aload 2 /* b */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.setReturnValue:(Lcom/oracle/truffle/api/debug/DebugValue;)V
        end local 2 // com.oracle.truffle.api.debug.DebugValue b
         5: .line 173
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    6     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            3    5     2      b  Lcom/oracle/truffle/api/debug/DebugValue;

  private void lambda$10(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 176
            aload 0 /* this */
            aload 1 /* event */
            iconst_4
            iconst_0
            ldc "CALL(foo)"
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "c"
            aastore
            dup
            iconst_1
            ldc "24"
            aastore
            invokevirtual com.oracle.truffle.api.debug.test.SuspendedEventTest.checkState:(Lcom/oracle/truffle/api/debug/SuspendedEvent;IZLjava/lang/String;[Ljava/lang/String;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareContinue:()V
         1: .line 177
            ldc "40"
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getReturnValue:()Lcom/oracle/truffle/api/debug/DebugValue;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 178
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValues:()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.DebugValue
            astore 2 /* c */
        start local 2 // com.oracle.truffle.api.debug.DebugValue c
         3: .line 179
            ldc "c"
            aload 2 /* c */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 180
            aload 1 /* event */
            aload 2 /* c */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.setReturnValue:(Lcom/oracle/truffle/api/debug/DebugValue;)V
        end local 2 // com.oracle.truffle.api.debug.DebugValue c
         5: .line 181
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
        end local 0 // com.oracle.truffle.api.debug.test.SuspendedEventTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/api/debug/test/SuspendedEventTest;
            0    6     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            3    5     2      c  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$11(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 204
            aload 0 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 1 /* frameIterator */
        start local 1 // java.util.Iterator frameIterator
         1: .line 205
            aload 1 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            astore 2 /* frame */
        start local 2 // com.oracle.truffle.api.debug.DebugStackFrame frame
         2: .line 206
            aload 2 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.isInternal:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         3: .line 208
            aload 1 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            astore 2 /* frame */
         4: .line 209
            aload 2 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.isInternal:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         5: .line 211
            aload 1 /* frameIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            astore 2 /* frame */
         6: .line 212
            aload 2 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.isInternal:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        end local 2 // com.oracle.truffle.api.debug.DebugStackFrame frame
        end local 1 // java.util.Iterator frameIterator
         7: .line 213
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0          event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    7     1  frameIterator  Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugStackFrame;>;
            2    7     2          frame  Lcom/oracle/truffle/api/debug/DebugStackFrame;

  private static void lambda$12(com.oracle.truffle.api.debug.Breakpoint, com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/Breakpoint;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=6, args_size=2
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 235
            aload 1 /* event */
            aload 0
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/debug/Breakpoint;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$13(Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/debug/Breakpoint;)Ljava/lang/Throwable; (6)
                  ()Ljava/lang/Throwable;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
         1: .line 236
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$14(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/debug/DebuggerSession; (6)
                  ()Lcom/oracle/truffle/api/debug/DebuggerSession;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
         2: .line 237
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$15(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/source/SourceSection; (6)
                  ()Lcom/oracle/truffle/api/source/SourceSection;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
         3: .line 238
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$16(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/List; (6)
                  ()Ljava/util/List;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
         4: .line 239
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$17(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/debug/SuspendAnchor; (6)
                  ()Lcom/oracle/truffle/api/debug/SuspendAnchor;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
         5: .line 240
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$18(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/String; (6)
                  ()Ljava/lang/String;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
         6: .line 242
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$19(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
         7: .line 246
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$20(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
         8: .line 250
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$21(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
         9: .line 254
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$22(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
        10: .line 258
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$23(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
        11: .line 263
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$24(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Iterable; (6)
                  ()Ljava/lang/Iterable;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        12: .line 264
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$25(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/debug/DebugStackFrame; (6)
                  ()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        13: .line 265
            aload 1 /* event */
            invokedynamic call(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$26(Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/debug/DebugValue; (6)
                  ()Lcom/oracle/truffle/api/debug/DebugValue;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        14: .line 267
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 31
      StackMap locals: com.oracle.truffle.api.debug.Breakpoint com.oracle.truffle.api.debug.SuspendedEvent top java.util.Iterator
      StackMap stack:
        15: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            astore 2 /* frame */
        start local 2 // com.oracle.truffle.api.debug.DebugStackFrame frame
        16: .line 269
            aload 2 /* frame */
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValues:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 23
      StackMap locals: com.oracle.truffle.api.debug.Breakpoint com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.debug.DebugStackFrame java.util.Iterator top java.util.Iterator
      StackMap stack:
        17: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugValue
            astore 4 /* value */
        start local 4 // com.oracle.truffle.api.debug.DebugValue value
        18: .line 270
            aload 4 /* value */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$27(Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/lang/String; (6)
                  ()Ljava/lang/String;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        19: .line 271
            aload 4 /* value */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$28(Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/lang/Object; (6)
                  ()Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        20: .line 275
            aload 4 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getName:()Ljava/lang/String;
            pop
        21: .line 276
            aload 4 /* value */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$29(Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/lang/Boolean; (6)
                  ()Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        22: .line 277
            aload 4 /* value */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$30(Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/lang/Boolean; (6)
                  ()Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        end local 4 // com.oracle.truffle.api.debug.DebugValue value
        23: .line 269
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        24: .line 280
            aload 2 /* frame */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$31(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/lang/String; (6)
                  ()Ljava/lang/String;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
        25: .line 281
            aload 2 /* frame */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$32(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Lcom/oracle/truffle/api/source/SourceSection; (6)
                  ()Lcom/oracle/truffle/api/source/SourceSection;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
        26: .line 282
            aload 2 /* frame */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$33(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/lang/Boolean; (6)
                  ()Ljava/lang/Boolean;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
        27: .line 283
            aload 2 /* frame */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$34(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/lang/String; (6)
                  ()Ljava/lang/String;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.run:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
            pop
        28: .line 285
            aload 2 /* frame */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$35(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Lcom/oracle/truffle/api/debug/DebugValue; (6)
                  ()Lcom/oracle/truffle/api/debug/DebugValue;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        29: .line 286
            aload 2 /* frame */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$36(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/util/Iterator; (6)
                  ()Ljava/util/Iterator;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        30: .line 287
            aload 2 /* frame */
            invokedynamic call(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/util/concurrent/Callable;
              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:
                  ()Ljava/lang/Object;
                  com/oracle/truffle/api/debug/test/SuspendedEventTest.lambda$37(Lcom/oracle/truffle/api/debug/DebugStackFrame;)Lcom/oracle/truffle/api/debug/DebugValue; (6)
                  ()Lcom/oracle/truffle/api/debug/DebugValue;
            invokestatic com.oracle.truffle.api.debug.test.SuspendedEventTest.runExpectIllegalState:(Ljava/util/concurrent/Callable;)V
        end local 2 // com.oracle.truffle.api.debug.DebugStackFrame frame
        31: .line 267
      StackMap locals: com.oracle.truffle.api.debug.Breakpoint com.oracle.truffle.api.debug.SuspendedEvent top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        32: .line 290
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   33     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
           16   31     2  frame  Lcom/oracle/truffle/api/debug/DebugStackFrame;
           18   23     4  value  Lcom/oracle/truffle/api/debug/DebugValue;

  private static java.lang.Throwable lambda$13(com.oracle.truffle.api.debug.SuspendedEvent, com.oracle.truffle.api.debug.Breakpoint);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/debug/Breakpoint;)Ljava/lang/Throwable;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 235
            aload 0
            aload 1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getBreakpointConditionException:(Lcom/oracle/truffle/api/debug/Breakpoint;)Ljava/lang/Throwable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static com.oracle.truffle.api.debug.DebuggerSession lambda$14(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/debug/DebuggerSession;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 236
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static com.oracle.truffle.api.source.SourceSection lambda$15(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 237
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.util.List lambda$16(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/util/List;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 238
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getBreakpoints:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static com.oracle.truffle.api.debug.SuspendAnchor lambda$17(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/debug/SuspendAnchor;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 239
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSuspendAnchor:()Lcom/oracle/truffle/api/debug/SuspendAnchor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.String lambda$18(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 240
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Object lambda$19(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 243
            aload 0
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepInto:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 244
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Object lambda$20(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 247
            aload 0
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepOut:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 248
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Object lambda$21(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 251
            aload 0
            iconst_1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareStepOver:(I)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            pop
         1: .line 252
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Object lambda$22(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 255
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareContinue:()V
         1: .line 256
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Object lambda$23(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 259
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.prepareKill:()V
         1: .line 260
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Iterable lambda$24(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Ljava/lang/Iterable;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 263
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static com.oracle.truffle.api.debug.DebugStackFrame lambda$25(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/debug/DebugStackFrame;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 264
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static com.oracle.truffle.api.debug.DebugValue lambda$26(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)Lcom/oracle/truffle/api/debug/DebugValue;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 265
            aload 0
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getReturnValue:()Lcom/oracle/truffle/api/debug/DebugValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.String lambda$27(com.oracle.truffle.api.debug.DebugValue);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 270
            aload 0
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Object lambda$28(com.oracle.truffle.api.debug.DebugValue);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 272
            aload 0
            aconst_null
            invokevirtual com.oracle.truffle.api.debug.DebugValue.set:(Lcom/oracle/truffle/api/debug/DebugValue;)V
         1: .line 273
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Boolean lambda$29(com.oracle.truffle.api.debug.DebugValue);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/lang/Boolean;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 276
            aload 0
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isReadable:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Boolean lambda$30(com.oracle.truffle.api.debug.DebugValue);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugValue;)Ljava/lang/Boolean;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 277
            aload 0
            invokevirtual com.oracle.truffle.api.debug.DebugValue.isWritable:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.String lambda$31(com.oracle.truffle.api.debug.DebugStackFrame);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 280
            aload 0
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getName:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static com.oracle.truffle.api.source.SourceSection lambda$32(com.oracle.truffle.api.debug.DebugStackFrame);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugStackFrame;)Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 281
            aload 0
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.Boolean lambda$33(com.oracle.truffle.api.debug.DebugStackFrame);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/lang/Boolean;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 282
            aload 0
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.isInternal:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.lang.String lambda$34(com.oracle.truffle.api.debug.DebugStackFrame);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 283
            aload 0
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static com.oracle.truffle.api.debug.DebugValue lambda$35(com.oracle.truffle.api.debug.DebugStackFrame);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugStackFrame;)Lcom/oracle/truffle/api/debug/DebugValue;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 285
            aload 0
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            ldc ""
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static java.util.Iterator lambda$36(com.oracle.truffle.api.debug.DebugStackFrame);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugStackFrame;)Ljava/util/Iterator;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 286
            aload 0
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getScope:()Lcom/oracle/truffle/api/debug/DebugScope;
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValues:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  private static com.oracle.truffle.api.debug.DebugValue lambda$37(com.oracle.truffle.api.debug.DebugStackFrame);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugStackFrame;)Lcom/oracle/truffle/api/debug/DebugValue;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 287
            aload 0
            ldc ""
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.eval:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "SuspendedEventTest.java"
InnerClasses:
  public final Builder = com.oracle.truffle.api.debug.Breakpoint$Builder of com.oracle.truffle.api.debug.Breakpoint
  public final Builder = com.oracle.truffle.api.debug.SuspensionFilter$Builder of com.oracle.truffle.api.debug.SuspensionFilter
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public Builder = org.graalvm.polyglot.Source$Builder of org.graalvm.polyglot.Source