RFR: 8263565: NPE was thrown when sun.jvm.hotspot.rmi.serverNamePrefix was set
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Wed Mar 24 00:57:39 UTC 2021
On Tue, 16 Mar 2021 02:39:02 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
>> Sorry. I was running an old jhsdb. So we already have --registryport 2000 --rmiport, and you can already specify [:<registryport>] as part of the debugserver. So what needs to be added is just --servernameprefix, and better help for explaining all the parts of the debugserver that are specified with --connect. You also want to add --disableregistry, but I think that's kind of separate from the above and probably needs its own CR and CSR.
>
>> So what needs to be added is just --servernameprefix, and better help for explaining all the parts of the debugserver that are specified with --connect. You also want to add --disableregistry, but I think that's kind of separate from the above and probably needs its own CR and CSR.
>
> I filed them to JBS. I will work for them later.
>
> * --servernameprefix: https://bugs.openjdk.java.net/browse/JDK-8263635
> * --disableregistry: https://bugs.openjdk.java.net/browse/JDK-8263636
Ping: could you review it? I need one more reviewer to push.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3000
More information about the serviceability-dev
mailing list