final class org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker extends org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker
super_class: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker
{
final org.glassfish.grizzly.threadpool.FixedThreadPool this$0;
descriptor: Lorg/glassfish/grizzly/threadpool/FixedThreadPool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.glassfish.grizzly.threadpool.FixedThreadPool);
descriptor: (Lorg/glassfish/grizzly/threadpool/FixedThreadPool;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker this
0: .line 78
aload 0 /* this */
aload 1
putfield org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker.this$0:Lorg/glassfish/grizzly/threadpool/FixedThreadPool;
aload 0 /* this */
aload 1
invokespecial org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.<init>:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
return
end local 0 // org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/threadpool/FixedThreadPool$BasicWorker;
MethodParameters:
Name Flags
this$0 final
protected final java.lang.Runnable getTask();
descriptor: ()Ljava/lang/Runnable;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 // org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker this
0: .line 81
aload 0 /* this */
getfield org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker.this$0:Lorg/glassfish/grizzly/threadpool/FixedThreadPool;
getfield org.glassfish.grizzly.threadpool.FixedThreadPool.workQueue:Ljava/util/concurrent/BlockingQueue;
invokeinterface java.util.concurrent.BlockingQueue.take:()Ljava/lang/Object;
checkcast java.lang.Runnable
areturn
end local 0 // org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/threadpool/FixedThreadPool$BasicWorker;
Exceptions:
throws java.lang.InterruptedException
}
SourceFile: "FixedThreadPool.java"
NestHost: org.glassfish.grizzly.threadpool.FixedThreadPool
InnerClasses:
public abstract Worker = org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker of org.glassfish.grizzly.threadpool.AbstractThreadPool
private final BasicWorker = org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker of org.glassfish.grizzly.threadpool.FixedThreadPool