JDK-8250550 : Release Note: New Options Added to jhsdb for debugd Mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 15
  • Priority: P4
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2020-07-24
  • Updated: 2021-05-14
  • Resolved: 2020-08-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15Resolved
Description
Three new options have been added to the `jhsdb` command for the debugd mode:
   1. `--rmiport <port>` is used to specify a RMI connector port number. If a port number is not specified, a random available port is used.
   2. `--registryport <port>` is used to specify a RMI registry port number. This option overrides the system property `sun.jvm.hotspot.rmi.port`. If a port number is not specified, the system property is used. If the system property is not set, the default port 1099 is used.
   3. ` --hostname <hostname>` is used to specify a RMI connector host name. The value could be a hostname or an IPv4/IPv6 address. This option overrides the system property `java.rmi.server.hostname`. If a host name not specified, the system property is used. If the system property is not set, a system host name is used.
Comments
RN edit completed per https://wiki.se.oracle.com/display/JPG/JPG+Release+Note+Style+Guide
10-08-2020

This release note looks good.
01-08-2020