RFR: 8324845: management.properties text "interface name" is misleading
Kevin Walls
kevinw at openjdk.org
Mon Jan 29 15:09:54 UTC 2024
We have the text "host-or-interface-name" describing the com.sun.management.jmxremote.host property in management.properties, but interface names (like "eth0" or "lo", or "ens3"...) are not what it accepts. It should just say it needs to be a host name or address.
This change only affects comment text in a properties file.
(We don't currently mention this property in other docs, e.g. in the M&M guide.)
-------------
Commit messages:
- 8324845: management.properties text "interface name" is misleading
Changes: https://git.openjdk.org/jdk/pull/17615/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17615&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8324845
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/17615.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17615/head:pull/17615
PR: https://git.openjdk.org/jdk/pull/17615
More information about the serviceability-dev
mailing list