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

  private final java.nio.ByteBuffer val$dst;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$position;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.nio.channels.CompletionHandler val$handler;
    descriptor: Ljava/nio/channels/CompletionHandler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

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

  void <init>(sun.nio.ch.SimpleAsynchronousFileChannelImpl, java.nio.ByteBuffer, long, java.nio.channels.CompletionHandler, sun.nio.ch.PendingFuture, java.lang.Object);
    descriptor: (Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;Ljava/nio/ByteBuffer;JLjava/nio/channels/CompletionHandler;Lsun/nio/ch/PendingFuture;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=7
        start local 0 // sun.nio.ch.SimpleAsynchronousFileChannelImpl$2 this
         0: .line 311
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            aload 0 /* this */
            aload 2
            putfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$dst:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            lload 3
            putfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$position:J
            aload 0 /* this */
            aload 5
            putfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$handler:Ljava/nio/channels/CompletionHandler;
            aload 0 /* this */
            aload 6
            putfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$result:Lsun/nio/ch/PendingFuture;
            aload 0 /* this */
            aload 7
            putfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$attachment:Ljava/lang/Object;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.SimpleAsynchronousFileChannelImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SimpleAsynchronousFileChannelImpl$2;
    MethodParameters:
                Name  Flags
      this$0          final
      val$dst         final
      val$position    final
      val$handler     final
      val$result      final
      val$attachment  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // sun.nio.ch.SimpleAsynchronousFileChannelImpl$2 this
         0: .line 313
            iconst_0
            istore 1 /* n */
        start local 1 // int n
         1: .line 314
            aconst_null
            astore 2 /* exc */
        start local 2 // java.lang.Throwable exc
         2: .line 316
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl.threads:Lsun/nio/ch/NativeThreadSet;
            invokevirtual sun.nio.ch.NativeThreadSet.add:()I
            istore 3 /* ti */
        start local 3 // int ti
         3: .line 318
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.SimpleAsynchronousFileChannelImpl.begin:()V
         4: .line 320
      StackMap locals: int java.lang.Throwable int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl.fdObj:Ljava/io/FileDescriptor;
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$dst:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$position:J
            getstatic sun.nio.ch.SimpleAsynchronousFileChannelImpl.nd:Lsun/nio/ch/FileDispatcher;
            invokestatic sun.nio.ch.IOUtil.read:(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;JLsun/nio/ch/NativeDispatcher;)I
            istore 1 /* n */
         5: .line 321
            iload 1 /* n */
            bipush -3
            if_icmpne 6
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.SimpleAsynchronousFileChannelImpl.isOpen:()Z
            ifne 4
         6: .line 322
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            ifge 18
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.SimpleAsynchronousFileChannelImpl.isOpen:()Z
            ifne 18
         7: .line 323
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            athrow
         8: .line 324
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* x */
        start local 4 // java.io.IOException x
         9: .line 325
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.SimpleAsynchronousFileChannelImpl.isOpen:()Z
            ifne 11
        10: .line 326
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            astore 4 /* x */
        11: .line 327
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 4 /* x */
            astore 2 /* exc */
        end local 4 // java.io.IOException x
        12: .line 329
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.SimpleAsynchronousFileChannelImpl.end:()V
        13: .line 330
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl.threads:Lsun/nio/ch/NativeThreadSet;
            iload 3 /* ti */
            invokevirtual sun.nio.ch.NativeThreadSet.remove:(I)V
            goto 20
        14: .line 328
      StackMap locals: sun.nio.ch.SimpleAsynchronousFileChannelImpl$2 int java.lang.Throwable int
      StackMap stack: java.lang.Throwable
            astore 5
        15: .line 329
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.SimpleAsynchronousFileChannelImpl.end:()V
        16: .line 330
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl.threads:Lsun/nio/ch/NativeThreadSet;
            iload 3 /* ti */
            invokevirtual sun.nio.ch.NativeThreadSet.remove:(I)V
        17: .line 331
            aload 5
            athrow
        18: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.SimpleAsynchronousFileChannelImpl.end:()V
        19: .line 330
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.this$0:Lsun/nio/ch/SimpleAsynchronousFileChannelImpl;
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl.threads:Lsun/nio/ch/NativeThreadSet;
            iload 3 /* ti */
            invokevirtual sun.nio.ch.NativeThreadSet.remove:(I)V
        20: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$handler:Ljava/nio/channels/CompletionHandler;
            ifnonnull 23
        21: .line 333
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$result:Lsun/nio/ch/PendingFuture;
            iload 1 /* n */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* exc */
            invokevirtual sun.nio.ch.PendingFuture.setResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        22: .line 334
            goto 24
        23: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$handler:Ljava/nio/channels/CompletionHandler;
            aload 0 /* this */
            getfield sun.nio.ch.SimpleAsynchronousFileChannelImpl$2.val$attachment:Ljava/lang/Object;
            iload 1 /* n */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* exc */
            invokestatic sun.nio.ch.Invoker.invokeUnchecked:(Ljava/nio/channels/CompletionHandler;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
        24: .line 337
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int ti
        end local 2 // java.lang.Throwable exc
        end local 1 // int n
        end local 0 // sun.nio.ch.SimpleAsynchronousFileChannelImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lsun/nio/ch/SimpleAsynchronousFileChannelImpl$2;
            1   25     1     n  I
            2   25     2   exc  Ljava/lang/Throwable;
            3   25     3    ti  I
            9   12     4     x  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3     8       8  Class java.io.IOException
           3    12      14  any
}
SourceFile: "SimpleAsynchronousFileChannelImpl.java"
EnclosingMethod: sun.nio.ch.SimpleAsynchronousFileChannelImpl.implRead:(Ljava/nio/ByteBuffer;JLjava/lang/Object;Ljava/nio/channels/CompletionHandler;)Ljava/util/concurrent/Future;
NestHost: sun.nio.ch.SimpleAsynchronousFileChannelImpl
InnerClasses:
  sun.nio.ch.SimpleAsynchronousFileChannelImpl$2