class sun.nio.ch.SocketOptionRegistry$LazyInitialization
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.SocketOptionRegistry$LazyInitialization
  super_class: java.lang.Object
{
  static final java.util.Map<sun.nio.ch.SocketOptionRegistry$RegistryKey, sun.nio.ch.OptionKey> options;
    descriptor: Ljava/util/Map;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lsun/nio/ch/SocketOptionRegistry$RegistryKey;Lsun/nio/ch/OptionKey;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 57
            invokestatic sun.nio.ch.SocketOptionRegistry$LazyInitialization.options:()Ljava/util/Map;
            putstatic sun.nio.ch.SocketOptionRegistry$LazyInitialization.options:Ljava/util/Map;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketOptionRegistry$LazyInitialization this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.SocketOptionRegistry$LazyInitialization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketOptionRegistry$LazyInitialization;

  private static java.util.Map<sun.nio.ch.SocketOptionRegistry$RegistryKey, sun.nio.ch.OptionKey> options();
    descriptor: ()Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=1, args_size=0
         0: .line 60
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
         1: .line 59
            astore 0 /* map */
        start local 0 // java.util.Map map
         2: .line 61
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.SO_BROADCAST:Ljava/net/SocketOption;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_1
            bipush 6
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 62
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.SO_KEEPALIVE:Ljava/net/SocketOption;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_1
            bipush 9
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 63
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.SO_LINGER:Ljava/net/SocketOption;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_1
            bipush 13
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 64
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.SO_SNDBUF:Ljava/net/SocketOption;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_1
            bipush 7
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 65
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.SO_RCVBUF:Ljava/net/SocketOption;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_1
            bipush 8
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 66
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.SO_REUSEADDR:Ljava/net/SocketOption;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_1
            iconst_2
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 67
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.TCP_NODELAY:Ljava/net/SocketOption;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            bipush 6
            iconst_1
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 68
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.IP_TOS:Ljava/net/SocketOption;
            getstatic java.net.StandardProtocolFamily.INET:Ljava/net/StandardProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_0
            iconst_1
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 69
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.IP_MULTICAST_IF:Ljava/net/SocketOption;
            getstatic java.net.StandardProtocolFamily.INET:Ljava/net/StandardProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_0
            bipush 32
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 70
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.IP_MULTICAST_TTL:Ljava/net/SocketOption;
            getstatic java.net.StandardProtocolFamily.INET:Ljava/net/StandardProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_0
            bipush 33
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 71
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.IP_MULTICAST_LOOP:Ljava/net/SocketOption;
            getstatic java.net.StandardProtocolFamily.INET:Ljava/net/StandardProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_0
            bipush 34
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 72
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.IP_TOS:Ljava/net/SocketOption;
            getstatic java.net.StandardProtocolFamily.INET6:Ljava/net/StandardProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            bipush 41
            bipush 67
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 73
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.IP_MULTICAST_IF:Ljava/net/SocketOption;
            getstatic java.net.StandardProtocolFamily.INET6:Ljava/net/StandardProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            bipush 41
            bipush 17
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 74
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.IP_MULTICAST_TTL:Ljava/net/SocketOption;
            getstatic java.net.StandardProtocolFamily.INET6:Ljava/net/StandardProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            bipush 41
            bipush 18
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 75
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic java.net.StandardSocketOptions.IP_MULTICAST_LOOP:Ljava/net/SocketOption;
            getstatic java.net.StandardProtocolFamily.INET6:Ljava/net/StandardProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            bipush 41
            bipush 19
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 76
            aload 0 /* map */
            new sun.nio.ch.SocketOptionRegistry$RegistryKey
            dup
            getstatic sun.nio.ch.ExtendedSocketOption.SO_OOBINLINE:Ljava/net/SocketOption;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            invokespecial sun.nio.ch.SocketOptionRegistry$RegistryKey.<init>:(Ljava/net/SocketOption;Ljava/net/ProtocolFamily;)V
            new sun.nio.ch.OptionKey
            dup
            iconst_1
            bipush 10
            invokespecial sun.nio.ch.OptionKey.<init>:(II)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 77
            aload 0 /* map */
            areturn
        end local 0 // java.util.Map map
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2   19     0   map  Ljava/util/Map<Lsun/nio/ch/SocketOptionRegistry$RegistryKey;Lsun/nio/ch/OptionKey;>;
    Signature: ()Ljava/util/Map<Lsun/nio/ch/SocketOptionRegistry$RegistryKey;Lsun/nio/ch/OptionKey;>;
}
SourceFile: "SocketOptionRegistry.java"
NestHost: sun.nio.ch.SocketOptionRegistry
InnerClasses:
  private LazyInitialization = sun.nio.ch.SocketOptionRegistry$LazyInitialization of sun.nio.ch.SocketOptionRegistry
  private RegistryKey = sun.nio.ch.SocketOptionRegistry$RegistryKey of sun.nio.ch.SocketOptionRegistry