class sun.nio.ch.KQueueArrayWrapper$Update
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.KQueueArrayWrapper$Update
  super_class: java.lang.Object
{
  sun.nio.ch.SelChImpl channel;
    descriptor: Lsun/nio/ch/SelChImpl;
    flags: (0x0000) 

  int events;
    descriptor: I
    flags: (0x0000) 

  void <init>(sun.nio.ch.SelChImpl, int);
    descriptor: (Lsun/nio/ch/SelChImpl;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.ch.KQueueArrayWrapper$Update this
        start local 1 // sun.nio.ch.SelChImpl channel
        start local 2 // int events
         0: .line 103
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 104
            aload 0 /* this */
            aload 1 /* channel */
            putfield sun.nio.ch.KQueueArrayWrapper$Update.channel:Lsun/nio/ch/SelChImpl;
         2: .line 105
            aload 0 /* this */
            iload 2 /* events */
            putfield sun.nio.ch.KQueueArrayWrapper$Update.events:I
         3: .line 106
            return
        end local 2 // int events
        end local 1 // sun.nio.ch.SelChImpl channel
        end local 0 // sun.nio.ch.KQueueArrayWrapper$Update this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/nio/ch/KQueueArrayWrapper$Update;
            0    4     1  channel  Lsun/nio/ch/SelChImpl;
            0    4     2   events  I
    MethodParameters:
         Name  Flags
      channel  
      events   
}
SourceFile: "KQueueArrayWrapper.java"
NestHost: sun.nio.ch.KQueueArrayWrapper
InnerClasses:
  private Update = sun.nio.ch.KQueueArrayWrapper$Update of sun.nio.ch.KQueueArrayWrapper