final class com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener implements java.util.function.Consumer<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener
  super_class: java.lang.Object
{
  private final java.util.concurrent.atomic.AtomicInteger listenerCalls;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.instrumentation.AllocationReporter source;
    descriptor: Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.oracle.truffle.api.instrumentation.AllocationReporter, java.util.concurrent.atomic.AtomicInteger);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/AllocationReporter;Ljava/util/concurrent/atomic/AtomicInteger;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener this
        start local 1 // com.oracle.truffle.api.instrumentation.AllocationReporter source
        start local 2 // java.util.concurrent.atomic.AtomicInteger listenerCalls
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 2 /* listenerCalls */
            putfield com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener.listenerCalls:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 56
            aload 0 /* this */
            aload 1 /* source */
            putfield com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener.source:Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
         3: .line 57
            return
        end local 2 // java.util.concurrent.atomic.AtomicInteger listenerCalls
        end local 1 // com.oracle.truffle.api.instrumentation.AllocationReporter source
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/oracle/truffle/api/instrumentation/test/AllocationDeactivatedListener;
            0    4     1         source  Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            0    4     2  listenerCalls  Ljava/util/concurrent/atomic/AtomicInteger;
    MethodParameters:
               Name  Flags
      source         
      listenerCalls  

  public void accept(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener this
        start local 1 // java.lang.Boolean active
         0: .line 61
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 1 /* active */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 62
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener.listenerCalls:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         2: .line 63
            return
        end local 1 // java.lang.Boolean active
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/api/instrumentation/test/AllocationDeactivatedListener;
            0    3     1  active  Ljava/lang/Boolean;
    MethodParameters:
        Name  Flags
      active  

  static com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener register(java.util.concurrent.atomic.AtomicInteger, com.oracle.truffle.api.instrumentation.AllocationReporter);
    descriptor: (Ljava/util/concurrent/atomic/AtomicInteger;Lcom/oracle/truffle/api/instrumentation/AllocationReporter;)Lcom/oracle/truffle/api/instrumentation/test/AllocationDeactivatedListener;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.util.concurrent.atomic.AtomicInteger listenerCalls
        start local 1 // com.oracle.truffle.api.instrumentation.AllocationReporter reporter
         0: .line 66
            new com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener
            dup
            aload 1 /* reporter */
            aload 0 /* listenerCalls */
            invokespecial com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener.<init>:(Lcom/oracle/truffle/api/instrumentation/AllocationReporter;Ljava/util/concurrent/atomic/AtomicInteger;)V
            astore 2 /* deactivatedListener */
        start local 2 // com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener deactivatedListener
         1: .line 67
            aload 1 /* reporter */
            aload 2 /* deactivatedListener */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationReporter.addActiveListener:(Ljava/util/function/Consumer;)V
         2: .line 68
            aload 2 /* deactivatedListener */
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener deactivatedListener
        end local 1 // com.oracle.truffle.api.instrumentation.AllocationReporter reporter
        end local 0 // java.util.concurrent.atomic.AtomicInteger listenerCalls
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0        listenerCalls  Ljava/util/concurrent/atomic/AtomicInteger;
            0    3     1             reporter  Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            1    3     2  deactivatedListener  Lcom/oracle/truffle/api/instrumentation/test/AllocationDeactivatedListener;
    MethodParameters:
               Name  Flags
      listenerCalls  
      reporter       

  void unregister();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener this
         0: .line 72
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener.source:Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationReporter.removeActiveListener:(Ljava/util/function/Consumer;)V
         1: .line 74
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/AllocationDeactivatedListener;

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Boolean
            invokevirtual com.oracle.truffle.api.instrumentation.test.AllocationDeactivatedListener.accept:(Ljava/lang/Boolean;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Consumer<Ljava/lang/Boolean;>;
SourceFile: "AllocationDeactivatedListener.java"