-
Sub-task
-
Resolution: Delivered
-
P4
-
7u171, 8u102, 9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8164414 | 8u102 | Clifford Wayne | P4 | Closed | Delivered | |
JDK-8166063 | 7u171 | Clifford Wayne | P4 | Closed | Delivered |
New JMX agent property - `jmxremote.host`
A new property, `com.sun.management.jmxremote.host`, is introduced that specifies the bind address for the default JMX agent. If the latter is not specified, the default JMX agent will listen on all interfaces (0.0.0.0) and the host value placed in the agent service URL (JMXServiceURL) is the IP address returned from invocation of `InetAddress.getLocalHost()` method.
* Name: `com.sun.management.jmxremote.host`
* Definition : Specifies the bind address for the default JMX agent. It can be specified via the command line while starting the JVM or as part of the agent config file (`management.properties`).
* Value: IP address of any network interface of the machine
A new property, `com.sun.management.jmxremote.host`, is introduced that specifies the bind address for the default JMX agent. If the latter is not specified, the default JMX agent will listen on all interfaces (0.0.0.0) and the host value placed in the agent service URL (JMXServiceURL) is the IP address returned from invocation of `InetAddress.getLocalHost()` method.
* Name: `com.sun.management.jmxremote.host`
* Definition : Specifies the bind address for the default JMX agent. It can be specified via the command line while starting the JVM or as part of the agent config file (`management.properties`).
* Value: IP address of any network interface of the machine
- backported by
-
JDK-8164414 Release Note: New system property for the remote JMX connector
-
- Closed
-
-
JDK-8166063 Release Note: New system property for the remote JMX connector
-
- Closed
-