RFR: JDK-8289524: Add JFR JIT restart event [v5]

Matthias Baesken mbaesken at openjdk.org
Fri Jul 15 14:21:06 UTC 2022


> 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.

Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:

  add test for JitRestart

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9334/files
  - new: https://git.openjdk.org/jdk/pull/9334/files/b29f2f5c..69559d00

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9334&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9334&range=03-04

  Stats: 104 lines in 1 file changed: 104 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/9334.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9334/head:pull/9334

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


More information about the hotspot-dev mailing list