final class com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper extends com.google.common.util.concurrent.AbstractFuture$AtomicHelper
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper
super_class: com.google.common.util.concurrent.AbstractFuture$AtomicHelper
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.common.util.concurrent.AbstractFuture$AtomicHelper.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
void putThread(com.google.common.util.concurrent.AbstractFuture$Waiter, java.lang.Thread);
descriptor: (Lcom/google/common/util/concurrent/AbstractFuture$Waiter;Ljava/lang/Thread;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
putfield com.google.common.util.concurrent.AbstractFuture$Waiter.thread:Ljava/lang/Thread;
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
0 2 1 waiter Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
0 2 2 newValue Ljava/lang/Thread;
MethodParameters:
Name Flags
waiter
newValue
void putNext(com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter);
descriptor: (Lcom/google/common/util/concurrent/AbstractFuture$Waiter;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
putfield com.google.common.util.concurrent.AbstractFuture$Waiter.next:Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
0 2 1 waiter Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
0 2 2 newValue Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
MethodParameters:
Name Flags
waiter
newValue
boolean casWaiters(com.google.common.util.concurrent.AbstractFuture<?>, com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter);
descriptor: (Lcom/google/common/util/concurrent/AbstractFuture;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;)Z
flags: (0x0000)
Code:
stack=2, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
dup
astore 4
monitorenter
1: aload 1
getfield com.google.common.util.concurrent.AbstractFuture.waiters:Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
aload 2
if_acmpne 5
2: aload 1
aload 3
putfield com.google.common.util.concurrent.AbstractFuture.waiters:Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
3: aload 4
monitorexit
4: iconst_1
ireturn
5: StackMap locals: com.google.common.util.concurrent.AbstractFuture
StackMap stack:
aload 4
monitorexit
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack: java.lang.Throwable
aload 4
monitorexit
8: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
0 9 1 future Lcom/google/common/util/concurrent/AbstractFuture<*>;
0 9 2 expect Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
0 9 3 update Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
Exception table:
from to target type
1 4 7 any
5 6 7 any
7 8 7 any
Signature: (Lcom/google/common/util/concurrent/AbstractFuture<*>;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;)Z
MethodParameters:
Name Flags
future
expect
update
boolean casListeners(com.google.common.util.concurrent.AbstractFuture<?>, com.google.common.util.concurrent.AbstractFuture$Listener, com.google.common.util.concurrent.AbstractFuture$Listener);
descriptor: (Lcom/google/common/util/concurrent/AbstractFuture;Lcom/google/common/util/concurrent/AbstractFuture$Listener;Lcom/google/common/util/concurrent/AbstractFuture$Listener;)Z
flags: (0x0000)
Code:
stack=2, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
dup
astore 4
monitorenter
1: aload 1
getfield com.google.common.util.concurrent.AbstractFuture.listeners:Lcom/google/common/util/concurrent/AbstractFuture$Listener;
aload 2
if_acmpne 5
2: aload 1
aload 3
putfield com.google.common.util.concurrent.AbstractFuture.listeners:Lcom/google/common/util/concurrent/AbstractFuture$Listener;
3: aload 4
monitorexit
4: iconst_1
ireturn
5: StackMap locals: com.google.common.util.concurrent.AbstractFuture
StackMap stack:
aload 4
monitorexit
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack: java.lang.Throwable
aload 4
monitorexit
8: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
0 9 1 future Lcom/google/common/util/concurrent/AbstractFuture<*>;
0 9 2 expect Lcom/google/common/util/concurrent/AbstractFuture$Listener;
0 9 3 update Lcom/google/common/util/concurrent/AbstractFuture$Listener;
Exception table:
from to target type
1 4 7 any
5 6 7 any
7 8 7 any
Signature: (Lcom/google/common/util/concurrent/AbstractFuture<*>;Lcom/google/common/util/concurrent/AbstractFuture$Listener;Lcom/google/common/util/concurrent/AbstractFuture$Listener;)Z
MethodParameters:
Name Flags
future
expect
update
boolean casValue(com.google.common.util.concurrent.AbstractFuture<?>, , );
descriptor: (Lcom/google/common/util/concurrent/AbstractFuture;Ljava/lang/Object;Ljava/lang/Object;)Z
flags: (0x0000)
Code:
stack=2, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
dup
astore 4
monitorenter
1: aload 1
getfield com.google.common.util.concurrent.AbstractFuture.value:Ljava/lang/Object;
aload 2
if_acmpne 5
2: aload 1
aload 3
putfield com.google.common.util.concurrent.AbstractFuture.value:Ljava/lang/Object;
3: aload 4
monitorexit
4: iconst_1
ireturn
5: StackMap locals: com.google.common.util.concurrent.AbstractFuture
StackMap stack:
aload 4
monitorexit
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack: java.lang.Throwable
aload 4
monitorexit
8: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
0 9 1 future Lcom/google/common/util/concurrent/AbstractFuture<*>;
0 9 2 expect Ljava/lang/Object;
0 9 3 update Ljava/lang/Object;
Exception table:
from to target type
1 4 7 any
5 6 7 any
7 8 7 any
Signature: (Lcom/google/common/util/concurrent/AbstractFuture<*>;Ljava/lang/Object;Ljava/lang/Object;)Z
MethodParameters:
Name Flags
future
expect
update
}
SourceFile: "AbstractFuture.java"
NestHost: com.google.common.util.concurrent.AbstractFuture
InnerClasses:
private abstract AtomicHelper = com.google.common.util.concurrent.AbstractFuture$AtomicHelper of com.google.common.util.concurrent.AbstractFuture
private final Listener = com.google.common.util.concurrent.AbstractFuture$Listener of com.google.common.util.concurrent.AbstractFuture
private final SynchronizedHelper = com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper of com.google.common.util.concurrent.AbstractFuture
private final Waiter = com.google.common.util.concurrent.AbstractFuture$Waiter of com.google.common.util.concurrent.AbstractFuture