jmx-dev RFR 8043937: Drop support for the IIOP transport from the JMX RMIConnector
Jaroslav Bachorik
jaroslav.bachorik at oracle.com
Tue Aug 18 14:35:24 UTC 2015
Please, review the following change
Issue : https://bugs.openjdk.java.net/browse/JDK-8043937
Webrev: http://cr.openjdk.java.net/~jbachorik/8043937/webrev.00
For Java SE 8, JSR 160 was updated to downgrade the support for the JXM
RMI-IIOP transport from required to optional. This was the first step in
a multi-release effort to remove support for the IIOP transport from the
JMX Remote API.
Early in JDK 9, the build was changed to not include the JMX RMI-IIOP
connector by default.
This is the last step in removing the JMX RMI-IIOP connector from the
JMX specification. This changeset will remove the implementation classes
as well as related tests.
All jdk_jmx and jdk_management tests are passing after this change. JCK
tests will need to be updated (tracked in a related issue).
Thanks,
-JB-
More information about the jmx-dev
mailing list