RFR: 8356778: Compiler add event logging in case of failures [v2]

Matthias Baesken mbaesken at openjdk.org
Fri May 16 10:23:42 UTC 2025


> We should add event logging to some related hotspot methods. While testing this functionality it turned out that sometimes the CompileTask pointer is 0, so this needs to be check to avoid crashes.

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

  Update c1_Compilation.cpp - remove null check in bailout

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25188/files
  - new: https://git.openjdk.org/jdk/pull/25188/files/4da9b834..baab8c34

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25188&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25188&range=00-01

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

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


More information about the hotspot-compiler-dev mailing list