RFR: 8309613: [Windows] hs_err files sometimes miss information about the code containing the error
Martin Doerr
mdoerr at openjdk.org
Wed Jun 7 14:40:25 UTC 2023
We have seen hs_err files for errors triggered by C2 compiled methods which miss the most relevant information: the C2 method (see JBS issue for more details). I have found a possibility to add it. Please take a look and provide feedback.
-------------
Commit messages:
- 8309613: [Windows] hs_err files sometimes miss information about the code containing the error
Changes: https://git.openjdk.org/jdk/pull/14358/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14358&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8309613
Stats: 33 lines in 10 files changed: 14 ins; 4 del; 15 mod
Patch: https://git.openjdk.org/jdk/pull/14358.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14358/head:pull/14358
PR: https://git.openjdk.org/jdk/pull/14358
More information about the hotspot-dev
mailing list