jmx-dev RFR: 8307244: Remove redundant class RMIIIOPServerImpl
Alan Bateman
alanb at openjdk.org
Wed May 3 05:38:15 UTC 2023
On Tue, 2 May 2023 17:57:14 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Removal of class, looks like it was missed in the JDK9 removal of RMIIIOP.
> This class is not referenced by other classes or tests.
JSR-160 MR3 changed RMIConnector to make the IIOP transport optional. For Java 8 this was JDK-8001048. For Java 9, the IIOP transport was removed via JDK-8043937. It should be okay to remove RMIIIOPServerImpl now. There's an example in the RMIConnector javadoc that uses a service URL and the "iiop" protocol, which I think is okay to leave.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13758#issuecomment-1532472950
More information about the jmx-dev
mailing list