RFR: JDK-8289524: Add JFR JIT restart event
Markus Grönlund
mgronlun at openjdk.org
Tue Jul 5 13:33:40 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.
That is a good reflection. Yes, if the duration of the restartable sweep is below the threshold, then no event will be sent.
Can you explain a bit more about what "JIT restart" actually means?
-------------
PR: https://git.openjdk.org/jdk/pull/9334
More information about the hotspot-dev
mailing list