class sun.nio.fs.AbstractPoller$Request
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.AbstractPoller$Request
  super_class: java.lang.Object
{
  private final sun.nio.fs.AbstractPoller$RequestType type;
    descriptor: Lsun/nio/fs/AbstractPoller$RequestType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object[] params;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean completed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object result;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.nio.fs.AbstractPoller$RequestType, java.lang.Object[]);
    descriptor: (Lsun/nio/fs/AbstractPoller$RequestType;[Ljava/lang/Object;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.fs.AbstractPoller$Request this
        start local 1 // sun.nio.fs.AbstractPoller$RequestType type
        start local 2 // java.lang.Object[] params
         0: .line 170
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 167
            aload 0 /* this */
            iconst_0
            putfield sun.nio.fs.AbstractPoller$Request.completed:Z
         2: .line 168
            aload 0 /* this */
            aconst_null
            putfield sun.nio.fs.AbstractPoller$Request.result:Ljava/lang/Object;
         3: .line 171
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.nio.fs.AbstractPoller$Request.type:Lsun/nio/fs/AbstractPoller$RequestType;
         4: .line 172
            aload 0 /* this */
            aload 2 /* params */
            putfield sun.nio.fs.AbstractPoller$Request.params:[Ljava/lang/Object;
         5: .line 173
            return
        end local 2 // java.lang.Object[] params
        end local 1 // sun.nio.fs.AbstractPoller$RequestType type
        end local 0 // sun.nio.fs.AbstractPoller$Request this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/nio/fs/AbstractPoller$Request;
            0    6     1    type  Lsun/nio/fs/AbstractPoller$RequestType;
            0    6     2  params  [Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      type    
      params  

  sun.nio.fs.AbstractPoller$RequestType type();
    descriptor: ()Lsun/nio/fs/AbstractPoller$RequestType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.AbstractPoller$Request this
         0: .line 176
            aload 0 /* this */
            getfield sun.nio.fs.AbstractPoller$Request.type:Lsun/nio/fs/AbstractPoller$RequestType;
            areturn
        end local 0 // sun.nio.fs.AbstractPoller$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/AbstractPoller$Request;

  java.lang.Object[] parameters();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.AbstractPoller$Request this
         0: .line 180
            aload 0 /* this */
            getfield sun.nio.fs.AbstractPoller$Request.params:[Ljava/lang/Object;
            areturn
        end local 0 // sun.nio.fs.AbstractPoller$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/AbstractPoller$Request;

  void release(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.fs.AbstractPoller$Request this
        start local 1 // java.lang.Object result
         0: .line 184
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 185
            aload 0 /* this */
            iconst_1
            putfield sun.nio.fs.AbstractPoller$Request.completed:Z
         2: .line 186
            aload 0 /* this */
            aload 1 /* result */
            putfield sun.nio.fs.AbstractPoller$Request.result:Ljava/lang/Object;
         3: .line 187
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
         4: .line 184
            aload 2
            monitorexit
         5: goto 8
      StackMap locals: sun.nio.fs.AbstractPoller$Request java.lang.Object sun.nio.fs.AbstractPoller$Request
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 189
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object result
        end local 0 // sun.nio.fs.AbstractPoller$Request this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/nio/fs/AbstractPoller$Request;
            0    9     1  result  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
        Name  Flags
      result  

  java.lang.Object awaitResult();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.nio.fs.AbstractPoller$Request this
         0: .line 196
            iconst_0
            istore 1 /* interrupted */
        start local 1 // boolean interrupted
         1: .line 197
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         2: .line 198
            goto 7
         3: .line 200
      StackMap locals: int sun.nio.fs.AbstractPoller$Request
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
         4: .line 201
            goto 7
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
         5: pop
         6: .line 202
            iconst_1
            istore 1 /* interrupted */
         7: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.AbstractPoller$Request.completed:Z
            ifeq 3
         8: .line 205
            iload 1 /* interrupted */
            ifeq 10
         9: .line 206
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        10: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.AbstractPoller$Request.result:Ljava/lang/Object;
            aload 2
            monitorexit
        11: areturn
        12: .line 197
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        13: athrow
        end local 1 // boolean interrupted
        end local 0 // sun.nio.fs.AbstractPoller$Request this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lsun/nio/fs/AbstractPoller$Request;
            1   14     1  interrupted  Z
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.InterruptedException
           2    11      12  any
          12    13      12  any
}
SourceFile: "AbstractPoller.java"
NestHost: sun.nio.fs.AbstractPoller
InnerClasses:
  private Request = sun.nio.fs.AbstractPoller$Request of sun.nio.fs.AbstractPoller
  private final RequestType = sun.nio.fs.AbstractPoller$RequestType of sun.nio.fs.AbstractPoller