jmx-dev RFR 8043937: Drop support for the IIOP transport from the JMX RMIConnector

Jaroslav Bachorik jaroslav.bachorik at oracle.com
Wed Aug 19 08:59:01 UTC 2015


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

I missed this. However, I have my doubts about 
'common/autoconf/generated-configure.sh' - the comment says this file 
should not be edited but it was changed in the aforementioned commit. 
Should I change it back?

-JB-

>
> -Alan



More information about the jmx-dev mailing list