class sun.nio.ch.SolarisEventPort extends sun.nio.ch.Port
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.SolarisEventPort
  super_class: sun.nio.ch.Port
{
  private static final jdk.internal.misc.Unsafe unsafe;
    descriptor: Ljdk/internal/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int addressSize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final int SIZEOF_PORT_EVENT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int OFFSETOF_EVENTS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int OFFSETOF_SOURCE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int OFFSETOF_OBJECT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final short PORT_SOURCE_USER;
    descriptor: S
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final short PORT_SOURCE_FD;
    descriptor: S
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private final int port;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            invokestatic jdk.internal.misc.Unsafe.getUnsafe:()Ljdk/internal/misc/Unsafe;
            putstatic sun.nio.ch.SolarisEventPort.unsafe:Ljdk/internal/misc/Unsafe;
         1: .line 42
            getstatic sun.nio.ch.SolarisEventPort.unsafe:Ljdk/internal/misc/Unsafe;
            invokevirtual jdk.internal.misc.Unsafe.addressSize:()I
            putstatic sun.nio.ch.SolarisEventPort.addressSize:I
         2: .line 57
            bipush 16
            bipush 24
            invokestatic sun.nio.ch.SolarisEventPort.dependsArch:(II)I
            putstatic sun.nio.ch.SolarisEventPort.SIZEOF_PORT_EVENT:I
         3: .line 263
            invokestatic sun.nio.ch.IOUtil.load:()V
         4: .line 264
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static int dependsArch(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int value32
        start local 1 // int value64
         0: .line 45
            getstatic sun.nio.ch.SolarisEventPort.addressSize:I
            iconst_4
            if_icmpne 1
            iload 0 /* value32 */
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 1 /* value64 */
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int value64
        end local 0 // int value32
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  value32  I
            0    3     1  value64  I
    MethodParameters:
         Name  Flags
      value32  
      value64  

  void <init>(java.nio.channels.spi.AsynchronousChannelProvider, sun.nio.ch.ThreadPool);
    descriptor: (Ljava/nio/channels/spi/AsynchronousChannelProvider;Lsun/nio/ch/ThreadPool;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.SolarisEventPort this
        start local 1 // java.nio.channels.spi.AsynchronousChannelProvider provider
        start local 2 // sun.nio.ch.ThreadPool pool
         0: .line 75
            aload 0 /* this */
            aload 1 /* provider */
            aload 2 /* pool */
            invokespecial sun.nio.ch.Port.<init>:(Ljava/nio/channels/spi/AsynchronousChannelProvider;Lsun/nio/ch/ThreadPool;)V
         1: .line 78
            aload 0 /* this */
            invokestatic sun.nio.ch.SolarisEventPort.port_create:()I
            putfield sun.nio.ch.SolarisEventPort.port:I
         2: .line 79
            return
        end local 2 // sun.nio.ch.ThreadPool pool
        end local 1 // java.nio.channels.spi.AsynchronousChannelProvider provider
        end local 0 // sun.nio.ch.SolarisEventPort this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/nio/ch/SolarisEventPort;
            0    3     1  provider  Ljava/nio/channels/spi/AsynchronousChannelProvider;
            0    3     2      pool  Lsun/nio/ch/ThreadPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      provider  
      pool      

  sun.nio.ch.SolarisEventPort start();
    descriptor: ()Lsun/nio/ch/SolarisEventPort;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.nio.ch.SolarisEventPort this
         0: .line 82
            aload 0 /* this */
            new sun.nio.ch.SolarisEventPort$EventHandlerTask
            dup
            aload 0 /* this */
            invokespecial sun.nio.ch.SolarisEventPort$EventHandlerTask.<init>:(Lsun/nio/ch/SolarisEventPort;)V
            invokevirtual sun.nio.ch.SolarisEventPort.startThreads:(Ljava/lang/Runnable;)V
         1: .line 83
            aload 0 /* this */
            areturn
        end local 0 // sun.nio.ch.SolarisEventPort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SolarisEventPort;

  private void implClose();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.SolarisEventPort this
         0: .line 88
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 89
            aload 0 /* this */
            getfield sun.nio.ch.SolarisEventPort.closed:Z
            ifeq 4
         2: .line 90
            aload 1
            monitorexit
         3: return
         4: .line 91
      StackMap locals: sun.nio.ch.SolarisEventPort
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.SolarisEventPort.closed:Z
         5: .line 88
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SolarisEventPort.port:I
            invokestatic sun.nio.ch.SolarisEventPort.port_close:(I)V
        10: .line 94
            return
        end local 0 // sun.nio.ch.SolarisEventPort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/nio/ch/SolarisEventPort;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any

  private void wakeup();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.nio.ch.SolarisEventPort this
         0: .line 98
            aload 0 /* this */
            getfield sun.nio.ch.SolarisEventPort.port:I
            iconst_0
            invokestatic sun.nio.ch.SolarisEventPort.port_send:(II)V
         1: .line 99
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* x */
        start local 1 // java.io.IOException x
         3: .line 100
            new java.lang.AssertionError
            dup
            aload 1 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.io.IOException x
         4: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.SolarisEventPort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/ch/SolarisEventPort;
            3    4     1     x  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  void executeOnHandlerTask(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.SolarisEventPort this
        start local 1 // java.lang.Runnable task
         0: .line 106
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 107
            aload 0 /* this */
            getfield sun.nio.ch.SolarisEventPort.closed:Z
            ifeq 3
         2: .line 108
            new java.util.concurrent.RejectedExecutionException
            dup
            invokespecial java.util.concurrent.RejectedExecutionException.<init>:()V
            athrow
         3: .line 109
      StackMap locals: sun.nio.ch.SolarisEventPort
      StackMap stack:
            aload 0 /* this */
            aload 1 /* task */
            invokevirtual sun.nio.ch.SolarisEventPort.offerTask:(Ljava/lang/Runnable;)V
         4: .line 110
            aload 0 /* this */
            invokevirtual sun.nio.ch.SolarisEventPort.wakeup:()V
         5: .line 106
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 112
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Runnable task
        end local 0 // sun.nio.ch.SolarisEventPort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/nio/ch/SolarisEventPort;
            0   10     1  task  Ljava/lang/Runnable;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    MethodParameters:
      Name  Flags
      task  

  void shutdownHandlerTasks();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.nio.ch.SolarisEventPort this
         0: .line 120
            aload 0 /* this */
            invokevirtual sun.nio.ch.SolarisEventPort.threadCount:()I
            istore 1 /* nThreads */
        start local 1 // int nThreads
         1: .line 121
            iload 1 /* nThreads */
            ifne 8
         2: .line 122
            aload 0 /* this */
            invokevirtual sun.nio.ch.SolarisEventPort.implClose:()V
         3: .line 123
            goto 9
         4: .line 127
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SolarisEventPort.port:I
            iconst_0
            invokestatic sun.nio.ch.SolarisEventPort.port_send:(II)V
         5: .line 128
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* x */
        start local 2 // java.io.IOException x
         7: .line 129
            new java.lang.AssertionError
            dup
            aload 2 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException x
         8: .line 125
      StackMap locals:
      StackMap stack:
            iload 1 /* nThreads */
            iinc 1 /* nThreads */ -1
            ifgt 4
         9: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int nThreads
        end local 0 // sun.nio.ch.SolarisEventPort this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/nio/ch/SolarisEventPort;
            1   10     1  nThreads  I
            7    8     2         x  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.io.IOException

  void startPoll(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.nio.ch.SolarisEventPort this
        start local 1 // int fd
        start local 2 // int events
         0: .line 140
            aload 0 /* this */
            getfield sun.nio.ch.SolarisEventPort.port:I
            iconst_4
            iload 1 /* fd */
            i2l
            iload 2 /* events */
            invokestatic sun.nio.ch.SolarisEventPort.port_associate:(IIJI)Z
            pop
         1: .line 141
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 142
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int events
        end local 1 // int fd
        end local 0 // sun.nio.ch.SolarisEventPort this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/nio/ch/SolarisEventPort;
            0    5     1      fd  I
            0    5     2  events  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
        Name  Flags
      fd      
      events  

  static native int port_create();
    descriptor: ()I
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException

  static native boolean port_associate(int, int, long, int);
    descriptor: (IIJI)Z
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      port    
      source  
      object  
      events  

  static native boolean port_dissociate(int, int, long);
    descriptor: (IIJ)Z
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      port    
      source  
      object  

  static native void port_get(int, long);
    descriptor: (IJ)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      port  
      pe    

  static native int port_getn(int, long, int, long);
    descriptor: (IJIJ)I
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      port     
      address  
      max      
      timeout  

  static native void port_send(int, int);
    descriptor: (II)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      port    
      events  

  static native void port_close(int);
    descriptor: (I)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      port  
}
SourceFile: "SolarisEventPort.java"
NestMembers:
  sun.nio.ch.SolarisEventPort$EventHandlerTask
InnerClasses:
  private EventHandlerTask = sun.nio.ch.SolarisEventPort$EventHandlerTask of sun.nio.ch.SolarisEventPort