RFR: 6660: Make JMX API not return classes
Marcus Hirt
hirt at openjdk.java.net
Fri Jan 17 10:27:47 UTC 2020
On Wed, 15 Jan 2020 15:07:29 GMT, Jessye Coleman-Shapiro <github.com+29706926+jessyec-s at openjdk.org> wrote:
> This patch modifies the JMX API so that functions return void instead of class arrays.
>
> The name of the function setTransforms was also changed to defineEventProbes as a result of this change because an mbean function whose name begins with "set", has one parameter and a return type of void, gets registered as a setter not an operation.
-------------
Marked as reviewed by hirt (Lead).
PR: https://git.openjdk.java.net/jmc/pull/32
More information about the jmc-dev
mailing list