[jdk11u-dev] RFR: 8313083: Print 'rss' and 'cache' as part of the container information
Andrew John Hughes
andrew at openjdk.org
Tue Nov 18 21:43:31 UTC 2025
On Tue, 18 Nov 2025 13:08:57 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> > I've reproduced the build failure locally (`nullptr` is C++11, JDK11u-dev is C++99), pushed a fix, and whilst I wait for the bots, I can (finally) report that the test within this backport passes for me, before and after applying it.
>
> Yes. That's https://bugs.openjdk.org/browse/JDK-8301479 only in JDK 21+. I'm surprised the change wasn't needed for JDK 17.
It uses [C++14](https://github.com/openjdk/jdk17u/blob/master/make/autoconf/flags-cflags.m4#L571), thanks to [JEP 347](https://openjdk.org/jeps/347)
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/3120#issuecomment-3549535871
More information about the jdk-updates-dev
mailing list