RFR: 8313302: Fix formatting errors on Windows [v3]
Kim Barrett
kbarrett at openjdk.org
Tue Aug 1 13:19:56 UTC 2023
On Fri, 28 Jul 2023 09:27:06 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>>
>> zPhysicalMemoryBacking_windows.cpp
>
> src/hotspot/os/windows/os_windows.cpp line 3382:
>
>> 3380: if (Verbose && PrintMiscellaneous) {
>> 3381: reserveTimer.stop();
>> 3382: tty->print_cr("reserve_memory of %zx bytes took " JLONG_FORMAT " ms (" JLONG_FORMAT " ticks)", bytes,
>
> SIZE_FORMAT.
Regarding SIZE_FORMAT - https://bugs.openjdk.org/browse/JDK-8256379. Some people have been replacing
uses of SIZE_FORMAT when touching the relevant code for other reasons.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15063#discussion_r1280628344
More information about the graal-dev
mailing list