RFR: 8272807: Permit use of memory concurrent with pretouch
Kim Barrett
kbarrett at openjdk.java.net
Fri Feb 4 13:11:13 UTC 2022
On Fri, 4 Feb 2022 12:27:46 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> `%zu` is C99 Standard, so also available in C++14. It's also long been supported by gcc in C++03 mode, and by at least VS2015 and later. See https://bugs.openjdk.java.net/browse/JDK-8256379. There's been no effort to go back and change existing code, but it's been getting used in new code for a while.
>
> So, do you use that also for UINTX_FORMAT?
I can't recall the last time I needed to use `INTX_FORMAT` or `UINTX_FORMAT` and had kind of forgotten about them. But yes, those seem similarly replaceable.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7343
More information about the hotspot-runtime-dev
mailing list