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

  public void testBuggyToString();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 70
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.LanguageExceptionsTest$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.test.LanguageExceptionsTest$1.<init>:(Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;)V
         1: .line 76
            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/LanguageExceptionsTest.lambda$0(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 70
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         3: .line 80
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggyFindMetaObject();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 84
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.LanguageExceptionsTest$2
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.test.LanguageExceptionsTest$2.<init>:(Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;)V
         1: .line 90
            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/LanguageExceptionsTest.lambda$1(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 84
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         3: .line 94
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggySourceLocation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 98
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.LanguageExceptionsTest$3
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.test.LanguageExceptionsTest$3.<init>:(Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;)V
         1: .line 104
            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/LanguageExceptionsTest.lambda$2(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 98
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         3: .line 108
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggyScope();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 112
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.LanguageExceptionsTest$4
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.debug.test.LanguageExceptionsTest$4.<init>:(Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;)V
         1: .line 121
            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/LanguageExceptionsTest.lambda$3(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 112
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         3: .line 124
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggyKeys();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 128
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage
            dup
            invokespecial com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage.<init>:()V
         1: .line 129
            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/LanguageExceptionsTest.lambda$4(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 132
            ldc "KEYS"
         3: .line 128
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;Ljava/lang/String;)V
         4: .line 133
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggyKeyInfo();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 137
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage
            dup
            invokespecial com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage.<init>:()V
         1: .line 138
            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/LanguageExceptionsTest.lambda$5(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 141
            ldc "KEY_INFO"
         3: .line 137
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;Ljava/lang/String;)V
         4: .line 142
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggyRead();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 146
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage
            dup
            invokespecial com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage.<init>:()V
         1: .line 147
            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/LanguageExceptionsTest.lambda$6(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 150
            ldc "READ"
         3: .line 146
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;Ljava/lang/String;)V
         4: .line 151
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggyWrite();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 155
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage
            dup
            invokespecial com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage.<init>:()V
         1: .line 156
            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/LanguageExceptionsTest.lambda$7(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 159
            ldc "WRITE"
         3: .line 155
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;Ljava/lang/String;)V
         4: .line 160
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggyFrame();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 164
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage
            dup
            invokespecial com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage.<init>:()V
         1: .line 165
            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/LanguageExceptionsTest.lambda$8(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 167
            ldc "ROOT"
         3: .line 164
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;Ljava/lang/String;)V
         4: .line 168
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggyFrame2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 172
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage
            dup
            invokespecial com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage.<init>:()V
         1: .line 173
            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/LanguageExceptionsTest.lambda$9(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 175
            ldc "ROOT"
         3: .line 172
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;Ljava/lang/String;)V
         4: .line 176
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testBuggyExecute();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
         0: .line 180
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage
            dup
            invokespecial com.oracle.truffle.api.debug.test.TestDebugBuggyLanguage.<init>:()V
         1: .line 181
            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/LanguageExceptionsTest.lambda$10(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         2: .line 184
            ldc "CAN_EXECUTE"
         3: .line 180
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;Ljava/lang/String;)V
         4: .line 185
            return
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private void testBuggyLanguageCalls(com.oracle.truffle.api.test.polyglot.ProxyLanguage, com.oracle.truffle.api.debug.SuspendedCallback);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
        start local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage language
        start local 2 // com.oracle.truffle.api.debug.SuspendedCallback callback
         0: .line 188
            aload 0 /* this */
            aload 1 /* language */
            aload 2 /* callback */
            ldc ""
            invokevirtual com.oracle.truffle.api.debug.test.LanguageExceptionsTest.testBuggyLanguageCalls:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;Ljava/lang/String;)V
         1: .line 189
            return
        end local 2 // com.oracle.truffle.api.debug.SuspendedCallback callback
        end local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage language
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
            0    2     1  language  Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            0    2     2  callback  Lcom/oracle/truffle/api/debug/SuspendedCallback;
    MethodParameters:
          Name  Flags
      language  
      callback  

  private void testBuggyLanguageCalls(com.oracle.truffle.api.test.polyglot.ProxyLanguage, com.oracle.truffle.api.debug.SuspendedCallback, java.lang.String);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;Lcom/oracle/truffle/api/debug/SuspendedCallback;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
        start local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage language
        start local 2 // com.oracle.truffle.api.debug.SuspendedCallback callback
        start local 3 // java.lang.String prefix
         0: .line 192
            aload 1 /* language */
            invokestatic com.oracle.truffle.api.test.polyglot.ProxyLanguage.setDelegate:(Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;)Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            pop
         1: .line 193
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            invokevirtual com.oracle.truffle.tck.DebuggerTester.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 4 /* session */
        start local 4 // com.oracle.truffle.api.debug.DebuggerSession session
         2: .line 194
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         3: .line 195
            ldc "proxyLanguage"
            new java.lang.StringBuilder
            dup
            aload 3 /* prefix */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "1"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.graalvm.polyglot.Source.create:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Source;
            astore 5 /* source */
        start local 5 // org.graalvm.polyglot.Source source
         4: .line 196
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            aload 5 /* source */
            invokevirtual com.oracle.truffle.tck.DebuggerTester.startEval:(Lorg/graalvm/polyglot/Source;)V
         5: .line 197
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            aload 2 /* callback */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/SuspendedCallback;)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/LanguageExceptionsTest.lambda$11(Lcom/oracle/truffle/api/debug/SuspendedCallback;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.tck.DebuggerTester.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         6: .line 208
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            invokevirtual com.oracle.truffle.tck.DebuggerTester.expectDone:()Ljava/lang/String;
            pop
         7: .line 209
            ldc "proxyLanguage"
            new java.lang.StringBuilder
            dup
            aload 3 /* prefix */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "2"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.graalvm.polyglot.Source.create:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Source;
            astore 5 /* source */
         8: .line 210
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
         9: .line 211
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            aload 5 /* source */
            invokevirtual com.oracle.truffle.tck.DebuggerTester.startEval:(Lorg/graalvm/polyglot/Source;)V
        10: .line 212
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            aload 2 /* callback */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/SuspendedCallback;)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/LanguageExceptionsTest.lambda$12(Lcom/oracle/truffle/api/debug/SuspendedCallback;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.tck.DebuggerTester.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        11: .line 223
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            invokevirtual com.oracle.truffle.tck.DebuggerTester.expectDone:()Ljava/lang/String;
            pop
        12: .line 224
            ldc "proxyLanguage"
            new java.lang.StringBuilder
            dup
            aload 3 /* prefix */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "3"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.graalvm.polyglot.Source.create:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Source;
            astore 5 /* source */
        13: .line 225
            aload 4 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.suspendNextExecution:()V
        14: .line 226
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            aload 5 /* source */
            invokevirtual com.oracle.truffle.tck.DebuggerTester.startEval:(Lorg/graalvm/polyglot/Source;)V
        15: .line 227
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            aload 2 /* callback */
            invokedynamic onSuspend(Lcom/oracle/truffle/api/debug/SuspendedCallback;)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/LanguageExceptionsTest.lambda$13(Lcom/oracle/truffle/api/debug/SuspendedCallback;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V (6)
                  (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
            invokevirtual com.oracle.truffle.tck.DebuggerTester.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
        16: .line 238
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.LanguageExceptionsTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            invokevirtual com.oracle.truffle.tck.DebuggerTester.expectDone:()Ljava/lang/String;
            pop
        17: .line 239
            return
        end local 5 // org.graalvm.polyglot.Source source
        end local 4 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 3 // java.lang.String prefix
        end local 2 // com.oracle.truffle.api.debug.SuspendedCallback callback
        end local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage language
        end local 0 // com.oracle.truffle.api.debug.test.LanguageExceptionsTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lcom/oracle/truffle/api/debug/test/LanguageExceptionsTest;
            0   18     1  language  Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            0   18     2  callback  Lcom/oracle/truffle/api/debug/SuspendedCallback;
            0   18     3    prefix  Ljava/lang/String;
            2   18     4   session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            4   18     5    source  Lorg/graalvm/polyglot/Source;
    MethodParameters:
          Name  Flags
      language  
      callback  
      prefix    

  private static void verifyExStack(com.oracle.truffle.api.debug.DebugException, java.lang.String);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugException;Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.debug.DebugException dex
        start local 1 // java.lang.String causeName
         0: .line 242
            new java.io.StringWriter
            dup
            invokespecial java.io.StringWriter.<init>:()V
            astore 2 /* w */
        start local 2 // java.io.StringWriter w
         1: .line 243
            aload 0 /* dex */
            new java.io.PrintWriter
            dup
            aload 2 /* w */
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/Writer;)V
            invokevirtual com.oracle.truffle.api.debug.DebugException.printStackTrace:(Ljava/io/PrintWriter;)V
         2: .line 244
            aload 2 /* w */
            invokevirtual java.io.StringWriter.toString:()Ljava/lang/String;
            astore 3 /* trace */
        start local 3 // java.lang.String trace
         3: .line 245
            aload 3 /* trace */
            aload 3 /* trace */
            ldc Lcom/oracle/truffle/api/debug/DebugException;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
         4: .line 246
            aload 3 /* trace */
            aload 3 /* trace */
            new java.lang.StringBuilder
            dup
            ldc "Caused by: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* causeName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifle 5
            iconst_1
            goto 6
      StackMap locals: com.oracle.truffle.api.debug.DebugException java.lang.String java.io.StringWriter java.lang.String
      StackMap stack: java.lang.String
         5: iconst_0
      StackMap locals: com.oracle.truffle.api.debug.DebugException java.lang.String java.io.StringWriter java.lang.String
      StackMap stack: java.lang.String int
         6: invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
         7: .line 247
            aload 3 /* trace */
            aload 3 /* trace */
            new java.lang.StringBuilder
            dup
            ldc Lcom/oracle/truffle/api/debug/test/TestDebugBuggyLanguage;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".throwBug"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifle 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: java.lang.String
         8: iconst_0
      StackMap locals: com.oracle.truffle.api.debug.DebugException java.lang.String java.io.StringWriter java.lang.String
      StackMap stack: java.lang.String int
         9: invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
        10: .line 248
            return
        end local 3 // java.lang.String trace
        end local 2 // java.io.StringWriter w
        end local 1 // java.lang.String causeName
        end local 0 // com.oracle.truffle.api.debug.DebugException dex
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0        dex  Lcom/oracle/truffle/api/debug/DebugException;
            0   11     1  causeName  Ljava/lang/String;
            1   11     2          w  Ljava/io/StringWriter;
            3   11     3      trace  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      dex        
      causeName  

  private static void lambda$0(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 77
            aload 0 /* 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;
            ldc "a"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 1 /* value */
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         1: .line 78
            aload 1 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            pop
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 79
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    2     1  value  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$1(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 91
            aload 0 /* 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;
            ldc "a"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 1 /* value */
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         1: .line 92
            aload 1 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getMetaObject:()Lcom/oracle/truffle/api/debug/DebugValue;
            pop
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 93
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    2     1  value  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$2(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 105
            aload 0 /* 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;
            ldc "a"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 1 /* value */
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         1: .line 106
            aload 1 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getSourceLocation:()Lcom/oracle/truffle/api/source/SourceSection;
            pop
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 107
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    2     1  value  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$3(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=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 122
            aload 0 /* 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;
            pop
         1: .line 123
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;

  private static void lambda$4(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 130
            aload 0 /* 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;
            ldc "o"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 1 /* value */
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         1: .line 131
            aload 1 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperties:()Ljava/util/Collection;
            pop
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 132
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    2     1  value  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$5(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 139
            aload 0 /* 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;
            ldc "o"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 1 /* value */
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         1: .line 140
            aload 1 /* value */
            ldc "A"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            pop
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 141
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    2     1  value  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$6(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 148
            aload 0 /* 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;
            ldc "o"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 1 /* value */
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         1: .line 149
            aload 1 /* value */
            ldc "A"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            pop
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 150
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    2     1  value  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$7(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 157
            aload 0 /* 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;
            ldc "o"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 1 /* value */
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         1: .line 158
            aload 1 /* value */
            ldc "A"
            invokevirtual com.oracle.truffle.api.debug.DebugValue.getProperty:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            bipush 10
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.debug.DebugValue.set:(Ljava/lang/Object;)V
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 159
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    2     1  value  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$8(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=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 166
            aload 0 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getTopStackFrame:()Lcom/oracle/truffle/api/debug/DebugStackFrame;
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getName:()Ljava/lang/String;
            pop
         1: .line 167
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;

  private static void lambda$9(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=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 174
            aload 0 /* event */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getStackFrames:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.DebugStackFrame
            invokevirtual com.oracle.truffle.api.debug.DebugStackFrame.getName:()Ljava/lang/String;
            pop
         1: .line 175
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;

  private static void lambda$10(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 182
            aload 0 /* 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;
            ldc "o"
            invokevirtual com.oracle.truffle.api.debug.DebugScope.getDeclaredValue:(Ljava/lang/String;)Lcom/oracle/truffle/api/debug/DebugValue;
            astore 1 /* value */
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         1: .line 183
            aload 1 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.canExecute:()Z
            pop
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
         2: .line 184
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            1    2     1  value  Lcom/oracle/truffle/api/debug/DebugValue;

  private static void lambda$11(com.oracle.truffle.api.debug.SuspendedCallback, com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedCallback;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 199
            aload 0
            aload 1 /* event */
            invokeinterface com.oracle.truffle.api.debug.SuspendedCallback.onSuspend:(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         1: .line 200
            ldc "No DebugException is thrown!"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
         2: .line 201
            goto 9
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.debug.DebugException
         3: astore 2 /* dex */
        start local 2 // com.oracle.truffle.api.debug.DebugException dex
         4: .line 202
            ldc "1"
            aload 2 /* dex */
            invokevirtual com.oracle.truffle.api.debug.DebugException.getLocalizedMessage:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 203
            aload 2 /* dex */
            ldc Ljava/lang/IllegalStateException;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic com.oracle.truffle.api.debug.test.LanguageExceptionsTest.verifyExStack:(Lcom/oracle/truffle/api/debug/DebugException;Ljava/lang/String;)V
        end local 2 // com.oracle.truffle.api.debug.DebugException dex
         6: goto 9
         7: .line 204
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
         8: .line 205
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getLocalizedMessage:()Ljava/lang/String;
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
        end local 2 // java.lang.Throwable t
         9: .line 207
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            4    6     2    dex  Lcom/oracle/truffle/api/debug/DebugException;
            8    9     2      t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     2       3  Class com.oracle.truffle.api.debug.DebugException
           0     2       7  Class java.lang.Throwable

  private static void lambda$12(com.oracle.truffle.api.debug.SuspendedCallback, com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedCallback;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 214
            aload 0
            aload 1 /* event */
            invokeinterface com.oracle.truffle.api.debug.SuspendedCallback.onSuspend:(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         1: .line 215
            ldc "No DebugException is thrown!"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
         2: .line 216
            goto 9
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.debug.DebugException
         3: astore 2 /* dex */
        start local 2 // com.oracle.truffle.api.debug.DebugException dex
         4: .line 217
            ldc "A TruffleException"
            aload 2 /* dex */
            invokevirtual com.oracle.truffle.api.debug.DebugException.getLocalizedMessage:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 218
            aload 2 /* dex */
            invokevirtual com.oracle.truffle.api.debug.DebugException.getCause:()Ljava/lang/Throwable;
            invokestatic java.util.Objects.toString:(Ljava/lang/Object;)Ljava/lang/String;
            aload 2 /* dex */
            invokevirtual com.oracle.truffle.api.debug.DebugException.getCause:()Ljava/lang/Throwable;
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 2 // com.oracle.truffle.api.debug.DebugException dex
         6: goto 9
         7: .line 219
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
         8: .line 220
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getLocalizedMessage:()Ljava/lang/String;
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
        end local 2 // java.lang.Throwable t
         9: .line 222
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            4    6     2    dex  Lcom/oracle/truffle/api/debug/DebugException;
            8    9     2      t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     2       3  Class com.oracle.truffle.api.debug.DebugException
           0     2       7  Class java.lang.Throwable

  private static void lambda$13(com.oracle.truffle.api.debug.SuspendedCallback, com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedCallback;Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
         0: .line 229
            aload 0
            aload 1 /* event */
            invokeinterface com.oracle.truffle.api.debug.SuspendedCallback.onSuspend:(Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
         1: .line 230
            ldc "No DebugException is thrown!"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
         2: .line 231
            goto 9
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.debug.DebugException
         3: astore 2 /* dex */
        start local 2 // com.oracle.truffle.api.debug.DebugException dex
         4: .line 232
            ldc "3"
            aload 2 /* dex */
            invokevirtual com.oracle.truffle.api.debug.DebugException.getLocalizedMessage:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 233
            aload 2 /* dex */
            ldc Ljava/lang/AssertionError;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic com.oracle.truffle.api.debug.test.LanguageExceptionsTest.verifyExStack:(Lcom/oracle/truffle/api/debug/DebugException;Ljava/lang/String;)V
        end local 2 // com.oracle.truffle.api.debug.DebugException dex
         6: goto 9
         7: .line 234
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
         8: .line 235
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getLocalizedMessage:()Ljava/lang/String;
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
        end local 2 // java.lang.Throwable t
         9: .line 237
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     1  event  Lcom/oracle/truffle/api/debug/SuspendedEvent;
            4    6     2    dex  Lcom/oracle/truffle/api/debug/DebugException;
            8    9     2      t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     2       3  Class com.oracle.truffle.api.debug.DebugException
           0     2       7  Class java.lang.Throwable
}
SourceFile: "LanguageExceptionsTest.java"
NestMembers:
  com.oracle.truffle.api.debug.test.LanguageExceptionsTest$1  com.oracle.truffle.api.debug.test.LanguageExceptionsTest$2  com.oracle.truffle.api.debug.test.LanguageExceptionsTest$3  com.oracle.truffle.api.debug.test.LanguageExceptionsTest$4
InnerClasses:
  com.oracle.truffle.api.debug.test.LanguageExceptionsTest$1
  com.oracle.truffle.api.debug.test.LanguageExceptionsTest$2
  com.oracle.truffle.api.debug.test.LanguageExceptionsTest$3
  com.oracle.truffle.api.debug.test.LanguageExceptionsTest$4
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles