class com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12 implements com.oracle.truffle.api.instrumentation.ThreadsActivationListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest this$0;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/ThreadsActivationListenerTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$throwOnEnter;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$throwOnLeave;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest, boolean, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/ThreadsActivationListenerTest;ZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12 this
         0: .line 392
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12.this$0:Lcom/oracle/truffle/api/instrumentation/test/ThreadsActivationListenerTest;
            aload 0 /* this */
            iload 2
            putfield com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12.val$throwOnEnter:Z
            aload 0 /* this */
            iload 3
            putfield com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12.val$throwOnLeave:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/ThreadsActivationListenerTest$12;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$throwOnEnter  final
      val$throwOnLeave  final

  public void onEnterThread(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12 this
        start local 1 // com.oracle.truffle.api.TruffleContext c
         0: .line 395
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12.val$throwOnEnter:Z
            ifeq 3
         1: .line 396
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 397
            new java.lang.RuntimeException
            dup
            invokespecial java.lang.RuntimeException.<init>:()V
            athrow
         3: .line 399
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/ThreadsActivationListenerTest$12;
            0    4     1     c  Lcom/oracle/truffle/api/TruffleContext;
    MethodParameters:
      Name  Flags
      c     

  public void onLeaveThread(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12 this
        start local 1 // com.oracle.truffle.api.TruffleContext c
         0: .line 403
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12.val$throwOnLeave:Z
            ifeq 3
         1: .line 404
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 405
            new java.lang.RuntimeException
            dup
            invokespecial java.lang.RuntimeException.<init>:()V
            athrow
         3: .line 407
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/ThreadsActivationListenerTest$12;
            0    4     1     c  Lcom/oracle/truffle/api/TruffleContext;
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "ThreadsActivationListenerTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest.testExceptionImpl:(Ljava/lang/Runnable;ZZ)V
NestHost: com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest
InnerClasses:
  com.oracle.truffle.api.instrumentation.test.ThreadsActivationListenerTest$12