JDK-8149805 : Release Note: New system property for the remote JMX connector
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 7u171,8u102,9
  • Priority: P4
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2016-02-15
  • Updated: 2022-06-14
  • Resolved: 2017-01-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 JDK 9
7u171Resolved 8u102Resolved 9Resolved
Description
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
Comments
this was originally assigned to Severin Gehwolf sgehwolf@redhat.com
05-01-2017

needs RN-NewFeature label added
05-01-2017

Proposed release note description from Harsha.Wardhana.b@oracle.com New JMX agent property - jmxremote.host A new property 'com.sun.management.jmxremote.host' is introduced, that specifies the bind address for default JMX agent. If the latter is not specified, default JMX agent will listen on all interfaces (0.0.0.0) and 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 bind address for default JMX agent. It can be specified via command line while starting JVM or as part of agent config file (management.properties). * Value: IP address of any network interface of the machine Harsha
04-01-2017

Description text is needed for the Release Notes.
02-09-2016