On 19.8.2015 08:19, Alan Bateman wrote:
On 18/08/2015 15:35, Jaroslav Bachorik wrote:
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).
Do you have a webrev for the changes to the top-level repo? I ask
because part of the removal has to be the removal of the
--enable-rmiconnector-iiop configure option, essentially removing the
changes introduced by:
http://hg.openjdk.java.net/jdk9/dev/rev/e9e5bd372a4e
Updated webrev top-level:
http://cr.openjdk.java.net/~jbachorik/8043937/webrev.03
Updated webrev jdk:
http://cr.openjdk.java.net/~jbachorik/8043937/webrev.03/jdk
Contains changes to the top level repo as well as a correct version of
jdk/make/rmic/Rmic-java.management.gmk (thanks to Erik Joelsson)
-JB-
-Alan