class sun.rmi.registry.RegistryImpl$5 implements java.security.PrivilegedExceptionAction<sun.rmi.registry.RegistryImpl>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.rmi.registry.RegistryImpl$5
super_class: java.lang.Object
{
private final int val$regPort;
descriptor: I
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
iload 1
putfield sun.rmi.registry.RegistryImpl$5.val$regPort:I
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/rmi/registry/RegistryImpl$5;
MethodParameters:
Name Flags
val$regPort final
public sun.rmi.registry.RegistryImpl run();
descriptor: ()Lsun/rmi/registry/RegistryImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new sun.rmi.registry.RegistryImpl
dup
aload 0
getfield sun.rmi.registry.RegistryImpl$5.val$regPort:I
invokespecial sun.rmi.registry.RegistryImpl.<init>:(I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/rmi/registry/RegistryImpl$5;
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: aload 0
invokevirtual sun.rmi.registry.RegistryImpl$5.run:()Lsun/rmi/registry/RegistryImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Lsun/rmi/registry/RegistryImpl;>;
SourceFile: "RegistryImpl.java"
EnclosingMethod: sun.rmi.registry.RegistryImpl.createRegistry:(I)Lsun/rmi/registry/RegistryImpl;
NestHost: sun.rmi.registry.RegistryImpl
InnerClasses:
sun.rmi.registry.RegistryImpl$5