RFR: JDK-8289524: Add JFR JIT restart event

Matthias Baesken mbaesken at openjdk.org
Tue Jul 5 13:55:39 UTC 2022


On Tue, 5 Jul 2022 13:43:44 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> Ok, so there is a corresponding "compiler stopped", implicitly noted by firing EventCodeCacheFull?

Yes I think the  EventCodeCacheFull  (see  CodeCache::report_codemem_full )  covers the JIT compiler stop  pretty well.
That's why I did not attempt to add a JIT stop JFR event because we have this already.

-------------

PR: https://git.openjdk.org/jdk/pull/9334


More information about the hotspot-dev mailing list