jmx-dev Integrated: 8321729: Remove 'orb' field in RMIConnector

Kevin Walls kevinw at openjdk.org
Tue Dec 12 10:05:34 UTC 2023


On Mon, 11 Dec 2023 12:50:38 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Tidyup change, looks like this field was not removed when IIOP was removed from RMIConnector.
> 
> The field is not required for interoperability: 
> with the field removed, I can still connect an older JMX client to a running app with the updated JDK.
> 
> Since the JDK9 change https://hg.openjdk.org/jdk9/jdk9/jdk/rev/09daaf1e4c53
> did not change serialVersionUID, this update does not either.
> 
> Tests continue to pass, e.g.
> javax/management (including remote which has RMI tests)
> jdk/com/sun/management

This pull request has now been integrated.

Changeset: 6f482406
Author:    Kevin Walls <kevinw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6f4824068dbd0631ac73c79de479245e0c53ed81
Stats:     6 lines in 1 file changed: 0 ins; 6 del; 0 mod

8321729: Remove 'orb' field in RMIConnector

Reviewed-by: rriggs, dfuchs

-------------

PR: https://git.openjdk.org/jdk/pull/17055


More information about the jmx-dev mailing list