RFR: 8351491: Add info from release file to hserr file [v4]
Matthias Baesken
mbaesken at openjdk.org
Tue Apr 8 13:09:13 UTC 2025
On Tue, 8 Apr 2025 07:59:15 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> use stringStream in os.cpp, add a couple of changes suggested by David
>
> src/hotspot/share/runtime/os.cpp line 1573:
>
>> 1571:
>> 1572: void os::print_image_release_file(outputStream* st) {
>> 1573: if (_image_release_file_content != nullptr) {
>
> Use load_acquire.
I adjusted the coding.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24244#discussion_r2033151857
More information about the hotspot-dev
mailing list