Hi, Please review this patch adding a way to configure the third port for remote JMX.
Currently, it is possible to configure two of the three ports for JMX with com.sun.management.jmxremote.port and com.sun.management.jmxremote.rmi.port. However, there is no way to configure the third port. This can cause problems if the randomly assigned port conflicts with another service that has not yet acquired its port. Bug: https://bugs.openjdk.java.net/browse/JDK-8234484 Webrev: http://cr.openjdk.java.net/~fyang/8234484/webrev.00/ Passed tiered-1 test. Thanks, Felix