Re: RFR: 8344976: Remove the jmx.invoke.getters compatibility property [v3]

2025-01-28 Thread Kevin Walls
On Mon, 27 Jan 2025 21:12:34 GMT, Chris Plummer wrote: >> Kevin Walls has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Remove noSuchMethod method >> - Remove removal warnings suppression > > src/java.management/share/classes/com/sun/jm

Re: RFR: 8344976: Remove the jmx.invoke.getters compatibility property [v3]

2025-01-27 Thread Chris Plummer
On Sun, 26 Jan 2025 20:27:32 GMT, Kevin Walls wrote: >> The System Property "jmx.invoke.getters" was added in >> [JDK-4949203](https://bugs.openjdk.org/browse/JDK-4949203) to optionally be >> compatible with a time before JDK-6, when calling invoke on getters and >> setters was permitted. >>

Re: RFR: 8344976: Remove the jmx.invoke.getters compatibility property [v3]

2025-01-26 Thread Kevin Walls
> The System Property "jmx.invoke.getters" was added in > [JDK-4949203](https://bugs.openjdk.org/browse/JDK-4949203) to optionally be > compatible with a time before JDK-6, when calling invoke on getters and > setters was permitted. > > It should be removed. Kevin Walls has updated the pull re