class com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1 extends java.util.concurrent.locks.ReentrantLock
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1
  super_class: java.util.concurrent.locks.ReentrantLock
{
  final com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot this$1;
    descriptor: Lcom/oracle/truffle/api/dsl/test/TestHelper$SlowPathCounterRoot;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot);
    descriptor: (Lcom/oracle/truffle/api/dsl/test/TestHelper$SlowPathCounterRoot;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1 this
         0: .line 285
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1.this$1:Lcom/oracle/truffle/api/dsl/test/TestHelper$SlowPathCounterRoot;
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/TestHelper$SlowPathCounterRoot$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void lock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1 this
         0: .line 289
            aload 0 /* this */
            getfield com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1.this$1:Lcom/oracle/truffle/api/dsl/test/TestHelper$SlowPathCounterRoot;
            getfield com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot.slowPathCount:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         1: .line 290
            aload 0 /* this */
            getfield com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1.this$1:Lcom/oracle/truffle/api/dsl/test/TestHelper$SlowPathCounterRoot;
            getfield com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot.lockedCount:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         2: .line 291
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.lock:()V
         3: .line 292
            return
        end local 0 // com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/dsl/test/TestHelper$SlowPathCounterRoot$1;

  public void unlock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1 this
         0: .line 296
            aload 0 /* this */
            getfield com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1.this$1:Lcom/oracle/truffle/api/dsl/test/TestHelper$SlowPathCounterRoot;
            getfield com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot.lockedCount:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            pop
         1: .line 297
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.unlock:()V
         2: .line 298
            return
        end local 0 // com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/dsl/test/TestHelper$SlowPathCounterRoot$1;
}
SourceFile: "TestHelper.java"
EnclosingMethod: com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot.<init>:(Lcom/oracle/truffle/api/nodes/Node;)V
NestHost: com.oracle.truffle.api.dsl.test.TestHelper
InnerClasses:
  SlowPathCounterRoot = com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot of com.oracle.truffle.api.dsl.test.TestHelper
  com.oracle.truffle.api.dsl.test.TestHelper$SlowPathCounterRoot$1