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

Matthias Baesken mbaesken at openjdk.org
Wed Apr 9 07:02:13 UTC 2025


On Tue, 8 Apr 2025 22:23:38 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   print_image_release_file use load_acquire
>
> src/hotspot/share/runtime/os.cpp line 1576:
> 
>> 1574:   if (ifrc != nullptr) {
>> 1575:     st->print_cr("%s", ifrc);
>> 1576:   }
> 
> Do we want:
> 
> } else {
>   st->print_cr("<release file has not been read>");
> }
> 
> or some such message?

Sure, why not !  I added the suggested output.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24244#discussion_r2034611566


More information about the hotspot-dev mailing list