public final class com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException extends com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException
super_class: com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace
{
private final com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace conflictingStackTrace;
descriptor: Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace);
descriptor: (Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokespecial com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace.<init>:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;)V
1: aload 0
aload 3
putfield com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException.conflictingStackTrace:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
2: aload 0
aload 3
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
pop
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;
0 4 1 node1 Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
0 4 2 node2 Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
0 4 3 conflictingStackTrace Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
MethodParameters:
Name Flags
node1
node2
conflictingStackTrace
public com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace getConflictingStackTrace();
descriptor: ()Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
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$PotentialDeadlockException.conflictingStackTrace:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;
public java.lang.String getMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
aload 0
invokespecial com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace.getMessage:()Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
astore 1
start local 1 1: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException.conflictingStackTrace:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
astore 2
start local 2 2: goto 5
3: StackMap locals: java.lang.StringBuilder java.lang.Throwable
StackMap stack:
aload 1
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 2
invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
4: aload 2
invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
astore 2
StackMap locals:
StackMap stack:
5: aload 2
ifnonnull 3
end local 2 6: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;
1 7 1 message Ljava/lang/StringBuilder;
2 6 2 t Ljava/lang/Throwable;
}
SourceFile: "CycleDetectingLockFactory.java"
NestHost: com.google.common.util.concurrent.CycleDetectingLockFactory
InnerClasses:
private ExampleStackTrace = com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace of com.google.common.util.concurrent.CycleDetectingLockFactory
private LockGraphNode = com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode of com.google.common.util.concurrent.CycleDetectingLockFactory
public final PotentialDeadlockException = com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException of com.google.common.util.concurrent.CycleDetectingLockFactory
RuntimeInvisibleAnnotations:
com.google.common.annotations.Beta()