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

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

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.nio.ch.PendingIoCache$1 this
         0: .line 156
            aload 0 /* this */
            getfield sun.nio.ch.PendingIoCache$1.val$rh:Lsun/nio/ch/Iocp$ResultHandler;
            iconst_m1
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            invokeinterface sun.nio.ch.Iocp$ResultHandler.failed:(ILjava/io/IOException;)V
         1: .line 157
            return
        end local 0 // sun.nio.ch.PendingIoCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/PendingIoCache$1;
}
SourceFile: "PendingIoCache.java"
EnclosingMethod: sun.nio.ch.PendingIoCache.clearPendingIoMap:()V
NestHost: sun.nio.ch.PendingIoCache
InnerClasses:
  abstract ResultHandler = sun.nio.ch.Iocp$ResultHandler of sun.nio.ch.Iocp
  sun.nio.ch.PendingIoCache$1