class com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2
super_class: java.lang.Object
{
final com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1;
descriptor: Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate);
descriptor: (Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2 this
0: .line 225
aload 0 /* this */
aload 1
putfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$2;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=1
start local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2 this
0: .line 228
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
1: .line 230
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
invokestatic com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.access$0:(Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)Lcom/google/common/util/concurrent/AbstractScheduledService;
invokevirtual com.google.common.util.concurrent.AbstractScheduledService.startUp:()V
2: .line 231
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
invokestatic com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.access$0:(Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)Lcom/google/common/util/concurrent/AbstractScheduledService;
invokevirtual com.google.common.util.concurrent.AbstractScheduledService.scheduler:()Lcom/google/common/util/concurrent/AbstractScheduledService$Scheduler;
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
invokestatic com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.access$0:(Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)Lcom/google/common/util/concurrent/AbstractScheduledService;
getfield com.google.common.util.concurrent.AbstractScheduledService.delegate:Lcom/google/common/util/concurrent/AbstractService;
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.executorService:Ljava/util/concurrent/ScheduledExecutorService;
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.task:Ljava/lang/Runnable;
invokevirtual com.google.common.util.concurrent.AbstractScheduledService$Scheduler.schedule:(Lcom/google/common/util/concurrent/AbstractService;Ljava/util/concurrent/ScheduledExecutorService;Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
putfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.runningTask:Ljava/util/concurrent/Future;
3: .line 232
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
invokevirtual com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.notifyStarted:()V
4: .line 233
goto 13
StackMap locals:
StackMap stack: java.lang.Throwable
5: astore 1 /* t */
start local 1 // java.lang.Throwable t
6: .line 234
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
aload 1 /* t */
invokevirtual com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.notifyFailed:(Ljava/lang/Throwable;)V
7: .line 235
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.runningTask:Ljava/util/concurrent/Future;
ifnull 9
8: .line 237
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.runningTask:Ljava/util/concurrent/Future;
iconst_0
invokeinterface java.util.concurrent.Future.cancel:(Z)Z
pop
end local 1 // java.lang.Throwable t
9: .line 240
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
goto 14
10: .line 239
StackMap locals:
StackMap stack: java.lang.Throwable
astore 2
11: .line 240
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
12: .line 241
aload 2
athrow
13: .line 240
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
14: .line 242
StackMap locals:
StackMap stack:
return
end local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2 this
LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$2;
6 9 1 t Ljava/lang/Throwable;
Exception table:
from to target type
1 4 5 Class java.lang.Throwable
1 9 10 any
}
SourceFile: "AbstractScheduledService.java"
EnclosingMethod: com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.doStart:()V
NestHost: com.google.common.util.concurrent.AbstractScheduledService
InnerClasses:
public abstract Scheduler = com.google.common.util.concurrent.AbstractScheduledService$Scheduler of com.google.common.util.concurrent.AbstractScheduledService
private final ServiceDelegate = com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate of com.google.common.util.concurrent.AbstractScheduledService
com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2