class com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock extends java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock
super_class: java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
{
final com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock readWriteLock;
descriptor: Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
flags: (0x0010) ACC_FINAL
RuntimeInvisibleAnnotations:
com.google.j2objc.annotations.Weak()
final com.google.common.util.concurrent.CycleDetectingLockFactory this$0;
descriptor: Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.util.concurrent.CycleDetectingLockFactory, com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock);
descriptor: (Lcom/google/common/util/concurrent/CycleDetectingLockFactory;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
1: aload 0
aload 2
invokespecial java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.<init>:(Ljava/util/concurrent/locks/ReentrantReadWriteLock;)V
2: aload 0
aload 2
putfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantWriteLock;
0 4 2 readWriteLock Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
MethodParameters:
Name Flags
this$0 final
readWriteLock
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$CycleDetectingReentrantWriteLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
1: aload 0
invokespecial java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock:()V
2: goto 6
StackMap locals:
StackMap stack: java.lang.Throwable
3: astore 1
4: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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$CycleDetectingReentrantWriteLock;
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$CycleDetectingReentrantWriteLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
1: aload 0
invokespecial java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lockInterruptibly:()V
2: goto 6
StackMap locals:
StackMap stack: java.lang.Throwable
3: astore 1
4: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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$CycleDetectingReentrantWriteLock;
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$CycleDetectingReentrantWriteLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory.aboutToAcquire:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;)V
1: aload 0
invokespecial java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.tryLock:()Z
istore 2
2: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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$CycleDetectingReentrantWriteLock;
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$CycleDetectingReentrantWriteLock.this$0:Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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.ReentrantReadWriteLock$WriteLock.tryLock:(JLjava/util/concurrent/TimeUnit;)Z
istore 5
2: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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$CycleDetectingReentrantWriteLock;
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.ReentrantReadWriteLock$WriteLock.unlock:()V
1: goto 5
StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 1
3: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.readWriteLock:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock;
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$CycleDetectingReentrantWriteLock;
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 CycleDetectingReentrantReadWriteLock = com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock of com.google.common.util.concurrent.CycleDetectingLockFactory
private CycleDetectingReentrantWriteLock = com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock of com.google.common.util.concurrent.CycleDetectingLockFactory
public WriteLock = java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock of java.util.concurrent.locks.ReentrantReadWriteLock