class sun.nio.ch.AsynchronousChannelGroupImpl$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.AsynchronousChannelGroupImpl$1
  super_class: java.lang.Object
{
  final sun.nio.ch.AsynchronousChannelGroupImpl this$0;
    descriptor: Lsun/nio/ch/AsynchronousChannelGroupImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final sun.nio.ch.AsynchronousChannelGroupImpl val$thisGroup;
    descriptor: Lsun/nio/ch/AsynchronousChannelGroupImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Runnable val$task;
    descriptor: Ljava/lang/Runnable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.nio.ch.AsynchronousChannelGroupImpl, sun.nio.ch.AsynchronousChannelGroupImpl, java.lang.Runnable);
    descriptor: (Lsun/nio/ch/AsynchronousChannelGroupImpl;Lsun/nio/ch/AsynchronousChannelGroupImpl;Ljava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.nio.ch.AsynchronousChannelGroupImpl$1 this
         0: .line 109
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.AsynchronousChannelGroupImpl$1.this$0:Lsun/nio/ch/AsynchronousChannelGroupImpl;
            aload 0 /* this */
            aload 2
            putfield sun.nio.ch.AsynchronousChannelGroupImpl$1.val$thisGroup:Lsun/nio/ch/AsynchronousChannelGroupImpl;
            aload 0 /* this */
            aload 3
            putfield sun.nio.ch.AsynchronousChannelGroupImpl$1.val$task:Ljava/lang/Runnable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.AsynchronousChannelGroupImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/AsynchronousChannelGroupImpl$1;
    MethodParameters:
               Name  Flags
      this$0         final
      val$thisGroup  final
      val$task       final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.AsynchronousChannelGroupImpl$1 this
         0: .line 111
            aload 0 /* this */
            getfield sun.nio.ch.AsynchronousChannelGroupImpl$1.val$thisGroup:Lsun/nio/ch/AsynchronousChannelGroupImpl;
            invokestatic sun.nio.ch.Invoker.bindToGroup:(Lsun/nio/ch/AsynchronousChannelGroupImpl;)V
         1: .line 112
            aload 0 /* this */
            getfield sun.nio.ch.AsynchronousChannelGroupImpl$1.val$task:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         2: .line 113
            return
        end local 0 // sun.nio.ch.AsynchronousChannelGroupImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/AsynchronousChannelGroupImpl$1;
}
SourceFile: "AsynchronousChannelGroupImpl.java"
EnclosingMethod: sun.nio.ch.AsynchronousChannelGroupImpl.bindToGroup:(Ljava/lang/Runnable;)Ljava/lang/Runnable;
NestHost: sun.nio.ch.AsynchronousChannelGroupImpl
InnerClasses:
  sun.nio.ch.AsynchronousChannelGroupImpl$1