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 // org.glassfish.grizzly.threadpool.ProbeNotifier this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.threadpool.ProbeNotifier this
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
         0: .line 33
            aload 0 /* threadPool */
            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 /* probes */
        start local 1 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 34
            aload 1 /* probes */
            ifnull 7
         2: .line 35
            aload 1 /* probes */
            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 /* probe */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 36
            aload 2 /* probe */
            aload 0 /* threadPool */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onThreadPoolStartEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 35
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 39
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
         0: .line 48
            aload 0 /* threadPool */
            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 /* probes */
        start local 1 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 49
            aload 1 /* probes */
            ifnull 7
         2: .line 50
            aload 1 /* probes */
            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 /* probe */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 51
            aload 2 /* probe */
            aload 0 /* threadPool */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onThreadPoolStopEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 50
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 54
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
        start local 1 // java.lang.Thread thread
         0: .line 66
            aload 0 /* threadPool */
            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 /* probes */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 67
            aload 2 /* probes */
            ifnull 7
         2: .line 68
            aload 2 /* probes */
            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 /* probe */
        start local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 69
            aload 3 /* probe */
            aload 0 /* threadPool */
            aload 1 /* thread */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onThreadAllocateEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Thread;)V
        end local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 68
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 72
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Thread org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 1 // java.lang.Thread thread
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
        start local 1 // java.lang.Thread thread
         0: .line 83
            aload 0 /* threadPool */
            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 /* probes */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 84
            aload 2 /* probes */
            ifnull 7
         2: .line 85
            aload 2 /* probes */
            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 /* probe */
        start local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 86
            aload 3 /* probe */
            aload 0 /* threadPool */
            aload 1 /* thread */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onThreadReleaseEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Thread;)V
        end local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 85
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 89
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Thread org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 1 // java.lang.Thread thread
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
        start local 1 // int maxNumberOfThreads
         0: .line 101
            aload 0 /* threadPool */
            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 /* probes */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 102
            aload 2 /* probes */
            ifnull 7
         2: .line 103
            aload 2 /* probes */
            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 /* probe */
        start local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 104
            aload 3 /* probe */
            aload 0 /* threadPool */
            iload 1 /* maxNumberOfThreads */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onMaxNumberOfThreadsEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;I)V
        end local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 103
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 107
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool int org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 1 // int maxNumberOfThreads
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
        start local 1 // java.lang.Runnable task
         0: .line 118
            aload 0 /* threadPool */
            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 /* probes */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 119
            aload 2 /* probes */
            ifnull 7
         2: .line 120
            aload 2 /* probes */
            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 /* probe */
        start local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 121
            aload 3 /* probe */
            aload 0 /* threadPool */
            aload 1 /* task */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskQueueEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
        end local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 120
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 124
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 1 // java.lang.Runnable task
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
        start local 1 // java.lang.Runnable task
         0: .line 135
            aload 0 /* threadPool */
            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 /* probes */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 136
            aload 2 /* probes */
            ifnull 7
         2: .line 137
            aload 2 /* probes */
            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 /* probe */
        start local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 138
            aload 3 /* probe */
            aload 0 /* threadPool */
            aload 1 /* task */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskDequeueEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
        end local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 137
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 141
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 1 // java.lang.Runnable task
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
        start local 1 // java.lang.Runnable task
         0: .line 152
            aload 0 /* threadPool */
            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 /* probes */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 153
            aload 2 /* probes */
            ifnull 7
         2: .line 154
            aload 2 /* probes */
            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 /* probe */
        start local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 155
            aload 3 /* probe */
            aload 0 /* threadPool */
            aload 1 /* task */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskCancelEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
        end local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 154
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 158
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 1 // java.lang.Runnable task
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
        start local 1 // java.lang.Runnable task
         0: .line 169
            aload 0 /* threadPool */
            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 /* probes */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 170
            aload 2 /* probes */
            ifnull 7
         2: .line 171
            aload 2 /* probes */
            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 /* probe */
        start local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 172
            aload 3 /* probe */
            aload 0 /* threadPool */
            aload 1 /* task */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskCompleteEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;Ljava/lang/Runnable;)V
        end local 3 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 171
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 175
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool java.lang.Runnable org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 1 // java.lang.Runnable task
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
         0: .line 184
            aload 0 /* threadPool */
            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 /* probes */
        start local 1 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
         1: .line 185
            aload 1 /* probes */
            ifnull 7
         2: .line 186
            aload 1 /* probes */
            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 /* probe */
        start local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         4: .line 187
            aload 2 /* probe */
            aload 0 /* threadPool */
            invokeinterface org.glassfish.grizzly.threadpool.ThreadPoolProbe.onTaskQueueOverflowEvent:(Lorg/glassfish/grizzly/threadpool/AbstractThreadPool;)V
        end local 2 // org.glassfish.grizzly.threadpool.ThreadPoolProbe probe
         5: .line 186
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 190
      StackMap locals: org.glassfish.grizzly.threadpool.AbstractThreadPool org.glassfish.grizzly.threadpool.ThreadPoolProbe[]
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.threadpool.ThreadPoolProbe[] probes
        end local 0 // org.glassfish.grizzly.threadpool.AbstractThreadPool threadPool
      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"