class com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3 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.TruffleContextTest$3
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.instrumentation.test.TruffleContextTest this$0;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/TruffleContextTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicReference val$enter;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.Semaphore val$waitUntilEntered;
    descriptor: Ljava/util/concurrent/Semaphore;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.TruffleContextTest, java.util.concurrent.atomic.AtomicReference, java.util.concurrent.Semaphore);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/TruffleContextTest;Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/Semaphore;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3 this
         0: .line 206
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3.this$0:Lcom/oracle/truffle/api/instrumentation/test/TruffleContextTest;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3.val$enter:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            aload 3
            putfield com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3.val$waitUntilEntered:Ljava/util/concurrent/Semaphore;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/TruffleContextTest$3;
    MethodParameters:
                      Name  Flags
      this$0                final
      val$enter             final
      val$waitUntilEntered  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.TruffleContextTest$3 this
        start local 1 // com.oracle.truffle.api.TruffleContext tc
         0: .line 209
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3.val$enter:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* tc */
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         1: .line 210
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3.val$waitUntilEntered:Ljava/util/concurrent/Semaphore;
            invokevirtual java.util.concurrent.Semaphore.release:()V
         2: .line 211
            return
        end local 1 // com.oracle.truffle.api.TruffleContext tc
        end local 0 // com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/TruffleContextTest$3;
            0    3     1    tc  Lcom/oracle/truffle/api/TruffleContext;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
      Name  Flags
      tc    

  public void onLeaveThread(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3 this
        start local 1 // com.oracle.truffle.api.TruffleContext tc
         0: .line 214
            return
        end local 1 // com.oracle.truffle.api.TruffleContext tc
        end local 0 // com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/TruffleContextTest$3;
            0    1     1    tc  Lcom/oracle/truffle/api/TruffleContext;
    MethodParameters:
      Name  Flags
      tc    
}
SourceFile: "TruffleContextTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.TruffleContextTest.testCancelledAndResourceExhausted:()V
NestHost: com.oracle.truffle.api.instrumentation.test.TruffleContextTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  com.oracle.truffle.api.instrumentation.test.TruffleContextTest$3