8236552: Description of jmxremote.ssl.config.file in ManagementAgent.start is incorrect

Reviewed-by: cjplummer
This commit is contained in:
Yasumasa Suenaga 2020-01-04 16:25:58 +09:00
parent 396c363517
commit 0a9a7e2f6c

View File

@ -700,7 +700,7 @@ JMXStartRemoteDCmd::JMXStartRemoteDCmd(outputStream *output, bool heap_allocated
_jmxremote_ssl_config_file
("jmxremote.ssl.config.file",
"set com.sun.management.jmxremote.ssl_config_file", "STRING", false),
"set com.sun.management.jmxremote.ssl.config.file", "STRING", false),
// JDP Protocol support
_jmxremote_autodiscovery