RFR: 8351491: Add info from release file to hserr file

Matthias Baesken mbaesken at openjdk.org
Wed Mar 26 09:13:22 UTC 2025


The release file of the JDK image contains useful info, for example the SOURCE used to built this image e.g.
SOURCE=".:git:21af8c7e7405"
Also the MODULES list is probably useful to have.
Add this info (or the complete content of the release file) to the hs_err files.

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

Commit messages:
 - JDK-8351491

Changes: https://git.openjdk.org/jdk/pull/24244/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24244&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8351491
  Stats: 61 lines in 4 files changed: 61 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/24244.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24244/head:pull/24244

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


More information about the hotspot-dev mailing list