diff src/share/vm/services/diagnosticCommand.hpp @ 23809:767f8c68255a

6425769: Allow specifying an address to bind JMX remote connector Reviewed-by: jbachorik, dfuchs
author sgehwolf
date Fri, 18 Dec 2015 08:55:47 +0100
parents f42c10a3d4b1
children f13e777eb255
line wrap: on
line diff
--- a/src/share/vm/services/diagnosticCommand.hpp	Fri Feb 12 19:11:29 2016 +0000
+++ b/src/share/vm/services/diagnosticCommand.hpp	Fri Dec 18 08:55:47 2015 +0100
@@ -280,6 +280,7 @@
   // com.sun.management is omitted
 
   DCmdArgument<char *> _config_file;
+  DCmdArgument<char *> _jmxremote_host;
   DCmdArgument<char *> _jmxremote_port;
   DCmdArgument<char *> _jmxremote_rmi_port;
   DCmdArgument<char *> _jmxremote_ssl;