public final class com.oracle.net.Sdp
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.net.Sdp
  super_class: java.lang.Object
{
  private static final java.lang.reflect.Constructor<java.net.ServerSocket> serverSocketCtor;
    descriptor: Ljava/lang/reflect/Constructor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/reflect/Constructor<Ljava/net/ServerSocket;>;

  private static final java.lang.reflect.Constructor<java.net.SocketImpl> socketImplCtor;
    descriptor: Ljava/lang/reflect/Constructor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/reflect/Constructor<Ljava/net/SocketImpl;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=1, args_size=0
         0: .line 60
            ldc Ljava/net/ServerSocket;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/net/SocketImpl;
            aastore
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
         1: .line 59
            putstatic com.oracle.net.Sdp.serverSocketCtor:Ljava/lang/reflect/Constructor;
         2: .line 61
            getstatic com.oracle.net.Sdp.serverSocketCtor:Ljava/lang/reflect/Constructor;
            invokestatic com.oracle.net.Sdp.setAccessible:(Ljava/lang/reflect/AccessibleObject;)V
         3: .line 62
            goto 6
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
         4: astore 0 /* e */
        start local 0 // java.lang.NoSuchMethodException e
         5: .line 63
            new java.lang.AssertionError
            dup
            aload 0 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // java.lang.NoSuchMethodException e
         6: .line 73
      StackMap locals:
      StackMap stack:
            ldc "java.net.SdpSocketImpl"
            iconst_1
            aconst_null
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 0 /* cl */
        start local 0 // java.lang.Class cl
         7: .line 74
            aload 0 /* cl */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            putstatic com.oracle.net.Sdp.socketImplCtor:Ljava/lang/reflect/Constructor;
         8: .line 75
            getstatic com.oracle.net.Sdp.socketImplCtor:Ljava/lang/reflect/Constructor;
            invokestatic com.oracle.net.Sdp.setAccessible:(Ljava/lang/reflect/AccessibleObject;)V
        end local 0 // java.lang.Class cl
         9: .line 76
            goto 14
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
        10: astore 0 /* e */
        start local 0 // java.lang.ClassNotFoundException e
        11: .line 77
            new java.lang.AssertionError
            dup
            aload 0 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // java.lang.ClassNotFoundException e
        12: .line 78
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            astore 0 /* e */
        start local 0 // java.lang.NoSuchMethodException e
        13: .line 79
            new java.lang.AssertionError
            dup
            aload 0 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // java.lang.NoSuchMethodException e
        14: .line 81
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            5    6     0     e  Ljava/lang/NoSuchMethodException;
            7    9     0    cl  Ljava/lang/Class<*>;
           11   12     0     e  Ljava/lang/ClassNotFoundException;
           13   14     0     e  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.NoSuchMethodException
           6     9      10  Class java.lang.ClassNotFoundException
           6     9      12  Class java.lang.NoSuchMethodException

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.net.Sdp this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.net.Sdp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/net/Sdp;

  private static void setAccessible(java.lang.reflect.AccessibleObject);
    descriptor: (Ljava/lang/reflect/AccessibleObject;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.AccessibleObject o
         0: .line 84
            new com.oracle.net.Sdp$1
            dup
            aload 0 /* o */
            invokespecial com.oracle.net.Sdp$1.<init>:(Ljava/lang/reflect/AccessibleObject;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
         1: .line 90
            return
        end local 0 // java.lang.reflect.AccessibleObject o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     o  Ljava/lang/reflect/AccessibleObject;
    MethodParameters:
      Name  Flags
      o     final

  private static java.net.SocketImpl createSocketImpl();
    descriptor: ()Ljava/net/SocketImpl;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 106
            getstatic com.oracle.net.Sdp.socketImplCtor:Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.net.SocketImpl
         1: areturn
         2: .line 107
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 0 /* x */
        start local 0 // java.lang.InstantiationException x
         3: .line 108
            new java.lang.AssertionError
            dup
            aload 0 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // java.lang.InstantiationException x
         4: .line 109
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 0 /* x */
        start local 0 // java.lang.IllegalAccessException x
         5: .line 110
            new java.lang.AssertionError
            dup
            aload 0 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // java.lang.IllegalAccessException x
         6: .line 111
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 0 /* x */
        start local 0 // java.lang.reflect.InvocationTargetException x
         7: .line 112
            new java.lang.AssertionError
            dup
            aload 0 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // java.lang.reflect.InvocationTargetException x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    4     0     x  Ljava/lang/InstantiationException;
            5    6     0     x  Ljava/lang/IllegalAccessException;
            7    8     0     x  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.InstantiationException
           0     1       4  Class java.lang.IllegalAccessException
           0     1       6  Class java.lang.reflect.InvocationTargetException

  public static java.net.Socket openSocket();
    descriptor: ()Ljava/net/Socket;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 128
            invokestatic com.oracle.net.Sdp.createSocketImpl:()Ljava/net/SocketImpl;
            astore 0 /* impl */
        start local 0 // java.net.SocketImpl impl
         1: .line 129
            new com.oracle.net.Sdp$SdpSocket
            dup
            aload 0 /* impl */
            invokespecial com.oracle.net.Sdp$SdpSocket.<init>:(Ljava/net/SocketImpl;)V
            areturn
        end local 0 // java.net.SocketImpl impl
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0  impl  Ljava/net/SocketImpl;
    Exceptions:
      throws java.io.IOException

  public static java.net.ServerSocket openServerSocket();
    descriptor: ()Ljava/net/ServerSocket;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 145
            invokestatic com.oracle.net.Sdp.createSocketImpl:()Ljava/net/SocketImpl;
            astore 0 /* impl */
        start local 0 // java.net.SocketImpl impl
         1: .line 147
            getstatic com.oracle.net.Sdp.serverSocketCtor:Ljava/lang/reflect/Constructor;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* impl */
            aastore
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.net.ServerSocket
         2: areturn
         3: .line 148
      StackMap locals: java.net.SocketImpl
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* x */
        start local 1 // java.lang.IllegalAccessException x
         4: .line 149
            new java.lang.AssertionError
            dup
            aload 1 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.IllegalAccessException x
         5: .line 150
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 1 /* x */
        start local 1 // java.lang.InstantiationException x
         6: .line 151
            new java.lang.AssertionError
            dup
            aload 1 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.InstantiationException x
         7: .line 152
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* x */
        start local 1 // java.lang.reflect.InvocationTargetException x
         8: .line 153
            aload 1 /* x */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
         9: .line 154
            aload 2 /* cause */
            instanceof java.io.IOException
            ifeq 11
        10: .line 155
            aload 2 /* cause */
            checkcast java.io.IOException
            athrow
        11: .line 156
      StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
      StackMap stack:
            aload 2 /* cause */
            instanceof java.lang.RuntimeException
            ifeq 13
        12: .line 157
            aload 2 /* cause */
            checkcast java.lang.RuntimeException
            athrow
        13: .line 158
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            aload 1 /* x */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.reflect.InvocationTargetException x
        end local 0 // java.net.SocketImpl impl
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1   14     0   impl  Ljava/net/SocketImpl;
            4    5     1      x  Ljava/lang/IllegalAccessException;
            6    7     1      x  Ljava/lang/InstantiationException;
            8   14     1      x  Ljava/lang/reflect/InvocationTargetException;
            9   14     2  cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.IllegalAccessException
           1     2       5  Class java.lang.InstantiationException
           1     2       7  Class java.lang.reflect.InvocationTargetException
    Exceptions:
      throws java.io.IOException

  public static java.nio.channels.SocketChannel openSocketChannel();
    descriptor: ()Ljava/nio/channels/SocketChannel;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 177
            invokestatic sun.net.sdp.SdpSupport.createSocket:()Ljava/io/FileDescriptor;
            astore 0 /* fd */
        start local 0 // java.io.FileDescriptor fd
         1: .line 178
            aload 0 /* fd */
            invokestatic sun.nio.ch.Secrets.newSocketChannel:(Ljava/io/FileDescriptor;)Ljava/nio/channels/SocketChannel;
            areturn
        end local 0 // java.io.FileDescriptor fd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0    fd  Ljava/io/FileDescriptor;
    Exceptions:
      throws java.io.IOException

  public static java.nio.channels.ServerSocketChannel openServerSocketChannel();
    descriptor: ()Ljava/nio/channels/ServerSocketChannel;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 198
            invokestatic sun.net.sdp.SdpSupport.createSocket:()Ljava/io/FileDescriptor;
            astore 0 /* fd */
        start local 0 // java.io.FileDescriptor fd
         1: .line 199
            aload 0 /* fd */
            invokestatic sun.nio.ch.Secrets.newServerSocketChannel:(Ljava/io/FileDescriptor;)Ljava/nio/channels/ServerSocketChannel;
            areturn
        end local 0 // java.io.FileDescriptor fd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0    fd  Ljava/io/FileDescriptor;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Sdp.java"
NestMembers:
  com.oracle.net.Sdp$1  com.oracle.net.Sdp$SdpSocket
InnerClasses:
  com.oracle.net.Sdp$1
  private SdpSocket = com.oracle.net.Sdp$SdpSocket of com.oracle.net.Sdp