RFR: 8356778: Compiler add event logging in case of failures
Matthias Baesken
mbaesken at openjdk.org
Mon May 12 18:02:07 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.
-------------
Commit messages:
- JDK-8356778
Changes: https://git.openjdk.org/jdk/pull/25188/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25188&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8356778
Stats: 24 lines in 3 files changed: 23 ins; 0 del; 1 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