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
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.
>>
> 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