Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8301680 | 20.0.1 | Savitha Satish | P4 | Resolved | Fixed | |
JDK-8301679 | 17.0.7-oracle | Savitha Satish | P4 | Resolved | Fixed | |
JDK-8301681 | 11.0.19-oracle | Savitha Satish | P4 | Resolved | Fixed | |
JDK-8302461 | 8u381 | Raymond Gallardo | P4 | Resolved | Fixed | b01 |
JDK-8301682 | 8u371 | Raymond Gallardo | P4 | Resolved | Fixed | b11 |
Description
The table in the Monitoring and Management Guide (chapter 5, JDP) states the property -Dcom.sun.management.jmxremote.autodiscovery=true is used to turn on JDP, and that is correct.
https://docs.oracle.com/en/java/javase/19/management/java-discovery-protocol.html
But in a table, it then specifies:
-Dcom.sun.management.autodiscovery
Enables autodiscovery (JDP) on the network subnet
..but that clearly should be com.sun.management.jmxremote.autodiscovery
All the other Properties are correctly com.sun.management.jdp.... Only com.sun.management.jmxremote.autodiscovery is different.
Also, in the table entry for "com.sun.management.jdp.port", we say:
Multicast port to send autodiscovery packets. Enables autodiscovery even if the com.sun.management.autodiscovery property has not been set.
...which should be "if the com.sun.management.jmxremote.autodiscovery property has not been set."
https://docs.oracle.com/en/java/javase/19/management/java-discovery-protocol.html
But in a table, it then specifies:
-Dcom.sun.management.autodiscovery
Enables autodiscovery (JDP) on the network subnet
..but that clearly should be com.sun.management.jmxremote.autodiscovery
All the other Properties are correctly com.sun.management.jdp.... Only com.sun.management.jmxremote.autodiscovery is different.
Also, in the table entry for "com.sun.management.jdp.port", we say:
Multicast port to send autodiscovery packets. Enables autodiscovery even if the com.sun.management.autodiscovery property has not been set.
...which should be "if the com.sun.management.jmxremote.autodiscovery property has not been set."
Attachments
Issue Links
- backported by
-
JDK-8301679 Java Discovery Protocol docs refer to incorrect property
- Resolved
-
JDK-8301680 Java Discovery Protocol docs refer to incorrect property
- Resolved
-
JDK-8301681 Java Discovery Protocol docs refer to incorrect property
- Resolved
-
JDK-8301682 Java Discovery Protocol docs refer to incorrect property
- Resolved
-
JDK-8302461 Java Discovery Protocol docs refer to incorrect property
- Resolved