[Integrated] RFR: 6825: JMX defineEventProbes fails when no events in XMLDescriptor
Jessye Coleman-Shapiro
jescolem at openjdk.java.net
Tue Jun 9 21:08:09 UTC 2020
On Fri, 5 Jun 2020 17:01:28 GMT, Jessye Coleman-Shapiro <jescolem at openjdk.org> wrote:
> This patch makes the agent JMX operation 'defineEventProbes' accept an xmlDecsription with no event tags. Previously,
> the only way you could clear all current transforms was to supply the operation with an empty or null xmlDescription.
> Now a file with the following structure will also clear all current transforms:
> `<jfragent><events></events></jfragent>`
This pull request has now been integrated.
Changeset: 811c4d62
Author: Jessye Coleman-Shapiro <jescolem at openjdk.org>
Committer: Marcus Hirt <hirt at openjdk.org>
URL: https://git.openjdk.java.net/jmc/commit/811c4d62
Stats: 50 lines in 1 file changed: 16 ins; 27 del; 7 mod
6825: JMX defineEventProbes fails when no events in XMLDescriptor
Reviewed-by: hirt
-------------
PR: https://git.openjdk.java.net/jmc/pull/80
More information about the jmc-dev
mailing list