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 start local 2 start local 3 0: aload 0
aload 1
putfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
1: aload 0
iload 3
invokespecial java.util.concurrent.locks.ReentrantLock.<init>:(Z)V
2: aload 0
aload 2
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: return
end local 3 end local 2 end local 0 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 0: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.lockGraphNode:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
areturn
end local 0 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 0: aload 0
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.isHeldByCurrentThread:()Z
ireturn
end local 0 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 0: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
aload 0
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
1: aload 0
invokespecial java.util.concurrent.locks.ReentrantLock.lock:()V
2: goto 6
StackMap locals:
StackMap stack: java.lang.Throwable
3: astore 1
4: aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
5: aload 1
athrow
6: StackMap locals:
StackMap stack:
aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
7: return
end local 0 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 0: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
aload 0
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
1: aload 0
invokespecial java.util.concurrent.locks.ReentrantLock.lockInterruptibly:()V
2: goto 6
StackMap locals:
StackMap stack: java.lang.Throwable
3: astore 1
4: aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
5: aload 1
athrow
6: StackMap locals:
StackMap stack:
aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
7: return
end local 0 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 0: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
aload 0
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
1: aload 0
invokespecial java.util.concurrent.locks.ReentrantLock.tryLock:()Z
istore 2
2: aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
3: iload 2
ireturn
4: StackMap locals:
StackMap stack: java.lang.Throwable
astore 1
5: aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
6: aload 1
athrow
end local 0 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 start local 1 start local 3 0: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
aload 0
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
1: aload 0
lload 1
aload 3
invokespecial java.util.concurrent.locks.ReentrantLock.tryLock:(JLjava/util/concurrent/TimeUnit;)Z
istore 5
2: aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
3: iload 5
ireturn
4: StackMap locals:
StackMap stack: java.lang.Throwable
astore 4
5: aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
6: aload 4
athrow
end local 3 end local 1 end local 0 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 0: aload 0
invokespecial java.util.concurrent.locks.ReentrantLock.unlock:()V
1: goto 5
StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 1
3: aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
4: aload 1
athrow
5: StackMap locals:
StackMap stack:
aload 0
invokestatic com.google.common.util.concurrent.CycleDetectingLockFactory.lockStateChanged:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
6: return
end local 0 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