RFR: JDK-8289524: Add JFR JIT restart event

Erik Gahlin egahlin at openjdk.org
Mon Jul 4 15:45:42 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.

A memory before or after field should have the contentType="bytes" and we might as well use ulong as data type. There is no additional cost since data is stored using compressed integers.

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

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


More information about the hotspot-dev mailing list