`jhsdb debugd` will start RMI registry by default, but we want to prevent it due to port confliction in some cases. We can control it with `sun.jvm.hotspot.rmi.startRegistry` system property.
However we have no way to set it excepting system property. jhsdb should provide the way to set it as a command line option.
However we have no way to set it excepting system property. jhsdb should provide the way to set it as a command line option.
- csr for
-
JDK-8264021 Add --disable-registry option to jhsdb debugd
- Closed
- relates to
-
JDK-8265786 ProblemList serviceability/sa/sadebugd/DisableRegistryTest.java on ZGC
- Resolved