Integrated: 6805: Event emission only on exceptions
Joshua Matsuoka
jmatsuoka at openjdk.java.net
Thu Jul 2 13:02:14 UTC 2020
On Mon, 29 Jun 2020 22:37:17 GMT, Joshua Matsuoka <jmatsuoka at openjdk.org> wrote:
> This PR implements [JMC-6805](https://bugs.openjdk.java.net/browse/JMC-6805) allowing the agent to optionally only emit
> events when exceptions are thrown by the instrumented method. This is configurable via an added xml option that when
> set to true will only emit the event in the catch of the injected try-catch block.
This pull request has now been integrated.
Changeset: 3eb5cb2b
Author: Joshua Matsuoka <jmatsuoka at openjdk.org>
URL: https://git.openjdk.java.net/jmc/commit/3eb5cb2b
Stats: 225 lines in 9 files changed: 2 ins; 218 del; 5 mod
6805: Event emission only on exceptions
Reviewed-by: hirt
-------------
PR: https://git.openjdk.java.net/jmc/pull/92
More information about the jmc-dev
mailing list