Re: RFR: 8321729: Remove 'orb' field in RMIConnector

2023-12-12 Thread Kevin Walls
On Mon, 11 Dec 2023 12:50:38 GMT, Kevin Walls 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

Re: RFR: 8321729: Remove 'orb' field in RMIConnector

2023-12-11 Thread Daniel Fuchs
On Mon, 11 Dec 2023 12:50:38 GMT, Kevin Walls 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

Re: RFR: 8321729: Remove 'orb' field in RMIConnector

2023-12-11 Thread Roger Riggs
On Mon, 11 Dec 2023 12:50:38 GMT, Kevin Walls 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

RFR: 8321729: Remove 'orb' field in RMIConnector

2023-12-11 Thread Kevin Walls
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