final class org.glassfish.grizzly.threadpool.ProbeNotifier
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.glassfish.grizzly.threadpool.ProbeNotifier
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/threadpool/ProbeNotifier;
static void notifyThreadPoolStarted(org.glassfish.grizzly.threadpool.AbstractThreadPool);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=6, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 1
start local 1 1: aload 1
ifnull 7
2: aload 1
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 5
iload 3
aaload
astore 2
start local 2 4: aload 2
aload 0
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onThreadPoolStartEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
end local 2 5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 4
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
1 8 1 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 2 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
static void notifyThreadPoolStopped(org.glassfish.grizzly.threadpool.AbstractThreadPool);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=6, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 1
start local 1 1: aload 1
ifnull 7
2: aload 1
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 5
iload 3
aaload
astore 2
start local 2 4: aload 2
aload 0
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onThreadPoolStopEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
end local 2 5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 4
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
1 8 1 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 2 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
static void notifyThreadAllocated(org.glassfish.grizzly.threadpool.AbstractThreadPool, java.lang.Thread);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Thread;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Thread org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 0
aload 1
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onThreadAllocateEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Thread;)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Thread org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
0 8 1 thread Ljava/lang/Thread;
1 8 2 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 3 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
thread final
static void notifyThreadReleased(org.glassfish.grizzly.threadpool.AbstractThreadPool, java.lang.Thread);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Thread;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Thread org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 0
aload 1
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onThreadReleaseEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Thread;)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Thread org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
0 8 1 thread Ljava/lang/Thread;
1 8 2 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 3 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
thread final
static void notifyMaxNumberOfThreads(org.glassfish.grizzly.threadpool.AbstractThreadPool, int);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;I)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool int org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 0
iload 1
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onMaxNumberOfThreadsEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;I)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
0 8 1 maxNumberOfThreads I
1 8 2 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 3 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
maxNumberOfThreads final
static void notifyTaskQueued(org.glassfish.grizzly.threadpool.AbstractThreadPool, java.lang.Runnable);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 0
aload 1
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskQueueEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
0 8 1 task Ljava/lang/Runnable;
1 8 2 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 3 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
task final
static void notifyTaskDequeued(org.glassfish.grizzly.threadpool.AbstractThreadPool, java.lang.Runnable);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 0
aload 1
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskDequeueEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
0 8 1 task Ljava/lang/Runnable;
1 8 2 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 3 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
task final
static void notifyTaskCancelled(org.glassfish.grizzly.threadpool.AbstractThreadPool, java.lang.Runnable);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 0
aload 1
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskCancelEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
0 8 1 task Ljava/lang/Runnable;
1 8 2 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 3 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
task final
static void notifyTaskCompleted(org.glassfish.grizzly.threadpool.AbstractThreadPool, java.lang.Runnable);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 0
aload 1
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskCompleteEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
0 8 1 task Ljava/lang/Runnable;
1 8 2 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 3 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
task final
static void notifyTaskQueueOverflow(org.glassfish.grizzly.threadpool.AbstractThreadPool);
descriptor: (Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=6, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.threadpool.AbstractThreadPool.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
checkcast org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
astore 1
start local 1 1: aload 1
ifnull 7
2: aload 1
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 6
StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool org.glassfish.grizzly.threadpool.ThreadPoolProbe[] top int int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
3: aload 5
iload 3
aaload
astore 2
start local 2 4: aload 2
aload 0
invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskQueueOverflowEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
end local 2 5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 4
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 threadPool Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;
1 8 1 probes [Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
4 5 2 probe Lorg/glassfish/grizzly/threadpool/ThreadPoolProbe;
MethodParameters:
Name Flags
threadPool final
}
SourceFile: "ProbeNotifier.java"