class sun.rmi.registry.RegistryImpl$4 implements java.security.PrivilegedExceptionAction<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.rmi.registry.RegistryImpl$4
  super_class: java.lang.Object
{
  private final java.net.InetAddress val$finalClientHost;
    descriptor: Ljava/net/InetAddress;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.net.InetAddress);
    descriptor: (Ljava/net/InetAddress;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.rmi.registry.RegistryImpl$4 this
         0: .line 343
            aload 0 /* this */
            aload 1
            putfield sun.rmi.registry.RegistryImpl$4.val$finalClientHost:Ljava/net/InetAddress;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.rmi.registry.RegistryImpl$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/rmi/registry/RegistryImpl$4;
    MethodParameters:
                     Name  Flags
      val$finalClientHost  final

  public java.lang.Void run();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.rmi.registry.RegistryImpl$4 this
         0: .line 349
            new java.net.ServerSocket
            dup
            iconst_0
            bipush 10
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$4.val$finalClientHost:Ljava/net/InetAddress;
            invokespecial java.net.ServerSocket.<init>:(IILjava/net/InetAddress;)V
            invokevirtual java.net.ServerSocket.close:()V
         1: .line 350
            getstatic sun.rmi.registry.RegistryImpl.allowedAccessCache:Ljava/util/Hashtable;
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$4.val$finalClientHost:Ljava/net/InetAddress;
         2: .line 351
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$4.val$finalClientHost:Ljava/net/InetAddress;
         3: .line 350
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 352
            aconst_null
            areturn
        end local 0 // sun.rmi.registry.RegistryImpl$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/rmi/registry/RegistryImpl$4;
    Exceptions:
      throws java.io.IOException

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.rmi.registry.RegistryImpl$4.run:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/lang/Void;>;
SourceFile: "RegistryImpl.java"
EnclosingMethod: sun.rmi.registry.RegistryImpl.checkAccess:(Ljava/lang/String;)V
NestHost: sun.rmi.registry.RegistryImpl
InnerClasses:
  sun.rmi.registry.RegistryImpl$4