class sun.rmi.registry.RegistryImpl$2 implements java.security.PrivilegedExceptionAction<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.rmi.registry.RegistryImpl$2
  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

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

  public java.lang.Void run();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.rmi.registry.RegistryImpl$2 this
         0: .line 188
            new sun.rmi.transport.LiveRef
            dup
            getstatic sun.rmi.registry.RegistryImpl.id:Ljava/rmi/server/ObjID;
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$2.val$port:I
            invokespecial sun.rmi.transport.LiveRef.<init>:(Ljava/rmi/server/ObjID;I)V
            astore 1 /* lref */
        start local 1 // sun.rmi.transport.LiveRef lref
         1: .line 189
            aload 0 /* this */
            getfield sun.rmi.registry.RegistryImpl$2.this$0:Lsun/rmi/registry/RegistryImpl;
            new sun.rmi.server.UnicastServerRef
            dup
            aload 1 /* lref */
            invokedynamic checkInput()Lsun/misc/ObjectInputFilter;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lsun/misc/ObjectInputFilter$FilterInfo;)Lsun/misc/ObjectInputFilter$Status;
                  sun/rmi/registry/RegistryImpl.access$0(Lsun/misc/ObjectInputFilter$FilterInfo;)Lsun/misc/ObjectInputFilter$Status; (6)
                  (Lsun/misc/ObjectInputFilter$FilterInfo;)Lsun/misc/ObjectInputFilter$Status;
            invokespecial sun.rmi.server.UnicastServerRef.<init>:(Lsun/rmi/transport/LiveRef;Lsun/misc/ObjectInputFilter;)V
            invokevirtual sun.rmi.registry.RegistryImpl.setup:(Lsun/rmi/server/UnicastServerRef;)V
         2: .line 190
            aconst_null
            areturn
        end local 1 // sun.rmi.transport.LiveRef lref
        end local 0 // sun.rmi.registry.RegistryImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/rmi/registry/RegistryImpl$2;
            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$2.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>:(I)V
NestHost: sun.rmi.registry.RegistryImpl
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  sun.rmi.registry.RegistryImpl$2