class sun.rmi.registry.RegistryImpl$1 implements java.security.PrivilegedExceptionAction<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.rmi.registry.RegistryImpl$1
  super_class: java.lang.Object
{
  final sun.rmi.registry.RegistryImpl this$0;
    descriptor: Lsun/rmi/registry/RegistryImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$port;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.rmi.server.RMIClientSocketFactory val$csf;
    descriptor: Ljava/rmi/server/RMIClientSocketFactory;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.rmi.server.RMIServerSocketFactory val$ssf;
    descriptor: Ljava/rmi/server/RMIServerSocketFactory;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.io.ObjectInputFilter val$serialFilter;
    descriptor: Ljava/io/ObjectInputFilter;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.rmi.registry.RegistryImpl, int, java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory, java.io.ObjectInputFilter);
    descriptor: (Lsun/rmi/registry/RegistryImpl;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;Ljava/io/ObjectInputFilter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // sun.rmi.registry.RegistryImpl$1 this
         0: .line 168
            aload 0 /* this */
            aload 1
            putfield sun.rmi.registry.RegistryImpl$1.this$0:Lsun/rmi/registry/RegistryImpl;
            aload 0 /* this */
            iload 2
            putfield sun.rmi.registry.RegistryImpl$1.val$port:I
            aload 0 /* this */
            aload 3
            putfield sun.rmi.registry.RegistryImpl$1.val$csf:Ljava/rmi/server/RMIClientSocketFactory;
            aload 0 /* this */
            aload 4
            putfield sun.rmi.registry.RegistryImpl$1.val$ssf:Ljava/rmi/server/RMIServerSocketFactory;
            aload 0 /* this */
            aload 5
            putfield sun.rmi.registry.RegistryImpl$1.val$serialFilter:Ljava/io/ObjectInputFilter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.rmi.registry.RegistryImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/rmi/registry/RegistryImpl$1;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$port          final
      val$csf           final
      val$ssf           final
      val$serialFilter  final

  public java.lang.Void run();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // sun.rmi.registry.RegistryImpl$1 this
         0: .line 170
            new sun.rmi.transport.LiveRef
            dup
            getstatic sun.rmi.registry.RegistryImpl.id:Ljava/rmi/server/ObjID;
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$1.val$port:I
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$1.val$csf:Ljava/rmi/server/RMIClientSocketFactory;
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$1.val$ssf:Ljava/rmi/server/RMIServerSocketFactory;
            invokespecial sun.rmi.transport.LiveRef.<init>:(Ljava/rmi/server/ObjID;ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;)V
            astore 1 /* lref */
        start local 1 // sun.rmi.transport.LiveRef lref
         1: .line 171
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$1.this$0:Lsun/rmi/registry/RegistryImpl;
            new sun.rmi.server.UnicastServerRef2
            dup
            aload 1 /* lref */
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$1.val$serialFilter:Ljava/io/ObjectInputFilter;
            invokespecial sun.rmi.server.UnicastServerRef2.<init>:(Lsun/rmi/transport/LiveRef;Ljava/io/ObjectInputFilter;)V
            invokevirtual sun.rmi.registry.RegistryImpl.setup:(Lsun/rmi/server/UnicastServerRef;)V
         2: .line 172
            aconst_null
            areturn
        end local 1 // sun.rmi.transport.LiveRef lref
        end local 0 // sun.rmi.registry.RegistryImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/rmi/registry/RegistryImpl$1;
            1    3     1  lref  Lsun/rmi/transport/LiveRef;
    Exceptions:
      throws java.rmi.RemoteException

  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$1.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.<init>:(ILjava/rmi/server/RMIClientSocketFactory;Ljava/rmi/server/RMIServerSocketFactory;Ljava/io/ObjectInputFilter;)V
NestHost: sun.rmi.registry.RegistryImpl
InnerClasses:
  sun.rmi.registry.RegistryImpl$1