Integrated: 8263636: Add --disable-registry option to jhsdb debugd
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Thu Apr 22 15:06:25 UTC 2021
On Sun, 28 Mar 2021 07:53:31 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
> `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.
>
> This PR introduces `--disableregistry` to `jhsdb debugd`. Please review [CSR](https://bugs.openjdk.java.net/browse/JDK-8264021) too.
This pull request has now been integrated.
Changeset: 159f5e1e
Author: Yasumasa Suenaga <ysuenaga at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/159f5e1e
Stats: 173 lines in 4 files changed: 158 ins; 3 del; 12 mod
8263636: Add --disable-registry option to jhsdb debugd
Reviewed-by: cjplummer, kevinw
-------------
PR: https://git.openjdk.java.net/jdk/pull/3233
More information about the serviceability-dev
mailing list