RFR (trivial): 8236552: Description of jmxremote.ssl.config.file in ManagementAgent.start is incorrect
Chris Plummer
chris.plummer at oracle.com
Fri Jan 3 20:12:17 UTC 2020
Hi Yasumasa,
The change looks fine, but shouldn't there be a regression test for this
feature? It looks like JMXStartStopTest covers some of the options, but
most are not tested. Seems we should at least have a test to confirm
that the correct property is set.
thanks,
Chris
On 12/26/19 8:10 PM, Yasumasa Suenaga wrote:
> Hi all,
>
> Please review this trivial fix:
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8236552
> webrev: http://cr.openjdk.java.net/~ysuenaga/JDK-8236552/webrev.00/
>
> ManagementAgent.start dcmd provides jmxremote.ssl.config.file for SSL
> configuration. We can see description as below:
>
> ```
> jmxremote.ssl.config.file : [optional] set
> com.sun.management.jmxremote.ssl_config_file (STRING, no default value)
> ```
>
> This option would set com.sun.management.jmxremote.ssl.config.file,
> not ssl_config_file.
>
>
> Thanks,
>
> Yasumasa
More information about the serviceability-dev
mailing list