Integrated: JDK-8289524: Add JFR JIT restart event
Matthias Baesken
mbaesken at openjdk.org
Tue Jul 19 07:12:06 UTC 2022
On Thu, 30 Jun 2022 13:17:09 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> The JIT compiler restarts (see restart_compiler in NMethodSweeper::sweep_code_cache) would be a helpful addition to the JFR events. Currently we log the JIT stop operations in JFR (EventCodeCacheFull) but no restart.
This pull request has now been integrated.
Changeset: dfbc6919
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/dfbc6919e1e233b42aede97f1323ce5529fab7cf
Stats: 134 lines in 8 files changed: 129 ins; 5 del; 0 mod
8289524: Add JFR JIT restart event
Reviewed-by: kvn, lucy
-------------
PR: https://git.openjdk.org/jdk/pull/9334
More information about the hotspot-dev
mailing list