RFR: 8351491: Add info from release file to hserr file [v3]

Matthias Baesken mbaesken at openjdk.org
Mon Apr 7 15:03:48 UTC 2025


On Thu, 3 Apr 2025 15:47:27 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> 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.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   use one time PeriodicTask

Added some changes suggested by David.
Switched to usage of stringStream in os.cpp, that simplifies the coding a bit.

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

PR Comment: https://git.openjdk.org/jdk/pull/24244#issuecomment-2783642565


More information about the hotspot-dev mailing list