class sun.nio.ch.Invoker$GroupAndInvokeCount
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.Invoker$GroupAndInvokeCount
  super_class: java.lang.Object
{
  private final sun.nio.ch.AsynchronousChannelGroupImpl group;
    descriptor: Lsun/nio/ch/AsynchronousChannelGroupImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int handlerInvokeCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.nio.ch.AsynchronousChannelGroupImpl);
    descriptor: (Lsun/nio/ch/AsynchronousChannelGroupImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
        start local 1 // sun.nio.ch.AsynchronousChannelGroupImpl group
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 1 /* group */
            putfield sun.nio.ch.Invoker$GroupAndInvokeCount.group:Lsun/nio/ch/AsynchronousChannelGroupImpl;
         2: .line 55
            return
        end local 1 // sun.nio.ch.AsynchronousChannelGroupImpl group
        end local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/nio/ch/Invoker$GroupAndInvokeCount;
            0    3     1  group  Lsun/nio/ch/AsynchronousChannelGroupImpl;
    MethodParameters:
       Name  Flags
      group  

  sun.nio.ch.AsynchronousChannelGroupImpl group();
    descriptor: ()Lsun/nio/ch/AsynchronousChannelGroupImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
         0: .line 57
            aload 0 /* this */
            getfield sun.nio.ch.Invoker$GroupAndInvokeCount.group:Lsun/nio/ch/AsynchronousChannelGroupImpl;
            areturn
        end local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/Invoker$GroupAndInvokeCount;

  int invokeCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
         0: .line 60
            aload 0 /* this */
            getfield sun.nio.ch.Invoker$GroupAndInvokeCount.handlerInvokeCount:I
            ireturn
        end local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/Invoker$GroupAndInvokeCount;

  void setInvokeCount(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
        start local 1 // int value
         0: .line 63
            aload 0 /* this */
            iload 1 /* value */
            putfield sun.nio.ch.Invoker$GroupAndInvokeCount.handlerInvokeCount:I
         1: .line 64
            return
        end local 1 // int value
        end local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/ch/Invoker$GroupAndInvokeCount;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  void resetInvokeCount();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
         0: .line 66
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.Invoker$GroupAndInvokeCount.handlerInvokeCount:I
         1: .line 67
            return
        end local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/Invoker$GroupAndInvokeCount;

  void incrementInvokeCount();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
         0: .line 69
            aload 0 /* this */
            dup
            getfield sun.nio.ch.Invoker$GroupAndInvokeCount.handlerInvokeCount:I
            iconst_1
            iadd
            putfield sun.nio.ch.Invoker$GroupAndInvokeCount.handlerInvokeCount:I
         1: .line 70
            return
        end local 0 // sun.nio.ch.Invoker$GroupAndInvokeCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/Invoker$GroupAndInvokeCount;
}
SourceFile: "Invoker.java"
NestHost: sun.nio.ch.Invoker
InnerClasses:
  GroupAndInvokeCount = sun.nio.ch.Invoker$GroupAndInvokeCount of sun.nio.ch.Invoker