RFR: 8367485: os::physical_memory is broken in 32-bit JVMs when running on 64-bit OSes [v8]
Anton Artemov
duke at openjdk.org
Fri Sep 19 08:01:46 UTC 2025
On Fri, 19 Sep 2025 07:29:34 GMT, Joel Sikström <jsikstro at openjdk.org> wrote:
>> Anton Artemov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8367485: Indentation in GCInitLogger::print_memory()
>
> src/hotspot/os/windows/os_windows.cpp line 3969:
>
>> 3967: uint64_t os::win32::_physical_memory = 0;
>> 3968:
>> 3969: bool os::win32::_is_windows_server = false;
>
> Continuing on Stefan's suggestion, we should also align them with the static variables below.
Rather, align the vars below.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27335#discussion_r2362100110
More information about the hotspot-runtime-dev
mailing list