On Tue, 2 May 2023 17:57:14 GMT, Kevin Walls <[email protected]> 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

Reply via email to