final class com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock extends java.util.concurrent.locks.ReentrantLock implements com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock
  super_class: java.util.concurrent.locks.ReentrantLock
{
  private final com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode lockGraphNode;
    descriptor: Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.google.common.util.concurrent.CycleDetectingLockFactory this$0;
    descriptor: Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.google.common.util.concurrent.CycleDetectingLockFactory, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, boolean);
    descriptor: (Lcom/google/common/util/concurrent/CycleDetectingLockFactory;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
        start local 2 // com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode lockGraphNode
        start local 3 // boolean fair
         0: .line 739
            aload 0 /* this */
            aload 1
            putfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
         1: .line 740
            aload 0 /* this */
            iload 3 /* fair */
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:(Z)V
         2: .line 741
            aload 0 /* this */
            aload 2 /* lockGraphNode */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode
            putfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.lockGraphNode:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
         3: .line 742
            return
        end local 3 // boolean fair
        end local 2 // com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode lockGraphNode
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock;
            0    4     2  lockGraphNode  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
            0    4     3           fair  Z
    MethodParameters:
               Name  Flags
      this$0         final
      lockGraphNode  
      fair           

  public com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode getLockGraphNode();
    descriptor: ()Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
         0: .line 748
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.lockGraphNode:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
            areturn
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock;

  public boolean isAcquiredByCurrentThread();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
         0: .line 753
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.isHeldByCurrentThread:()Z
            ireturn
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock;

  public void lock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
         0: .line 760
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         1: .line 762
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 763
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 764
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         5: .line 765
            aload 1
            athrow
         6: .line 764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         7: .line 766
            return
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock;
      Exception table:
        from    to  target  type
           1     3       3  any

  public void lockInterruptibly();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
         0: .line 770
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         1: .line 772
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.lockInterruptibly:()V
         2: .line 773
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 774
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         5: .line 775
            aload 1
            athrow
         6: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         7: .line 776
            return
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock;
      Exception table:
        from    to  target  type
           1     3       3  any
    Exceptions:
      throws java.lang.InterruptedException

  public boolean tryLock();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
         0: .line 780
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         1: .line 782
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.tryLock:()Z
            istore 2
         2: .line 784
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         3: .line 782
            iload 2
            ireturn
         4: .line 783
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 784
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         6: .line 785
            aload 1
            athrow
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock;
      Exception table:
        from    to  target  type
           1     2       4  any

  public boolean tryLock(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 790
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         1: .line 792
            aload 0 /* this */
            lload 1 /* timeout */
            aload 3 /* unit */
            invokespecial java.util.concurrent.locks.ReentrantLock.tryLock:(JLjava/util/concurrent/TimeUnit;)Z
            istore 5
         2: .line 794
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         3: .line 792
            iload 5
            ireturn
         4: .line 793
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 794
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         6: .line 795
            aload 4
            athrow
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock;
            0    7     1  timeout  J
            0    7     3     unit  Ljava/util/concurrent/TimeUnit;
      Exception table:
        from    to  target  type
           1     2       4  any
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  public void unlock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
         0: .line 801
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.unlock:()V
         1: .line 802
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1
         3: .line 803
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         4: .line 804
            aload 1
            athrow
         5: .line 803
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
         6: .line 805
            return
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock;
      Exception table:
        from    to  target  type
           0     2       2  any
}
SourceFile: "CycleDetectingLockFactory.java"
NestHost: com.google.common.util.concurrent.CycleDetectingLockFactory
InnerClasses:
  private abstract CycleDetectingLock = com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingLock of com.google.common.util.concurrent.CycleDetectingLockFactory
  final CycleDetectingReentrantLock = com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock of com.google.common.util.concurrent.CycleDetectingLockFactory
  private LockGraphNode = com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode of com.google.common.util.concurrent.CycleDetectingLockFactory