[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:32 UTC 2025


On Tue, 18 Nov 2025 21:20:19 GMT, Andrew John Hughes <andrew 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)

Interestingly, there is `nullptr` usage in 11u; in the AIX port, some Windows code and [JDK-8282588](https://bugs.openjdk.org/browse/JDK-8282588) exists to allow C++11 for HarfBuzz which uses it. So you can actually only compile the code without C++11 on some platforms and it needs `--with-harfbuzz=system`

-------------

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/3120#issuecomment-3549548755


More information about the jdk-updates-dev mailing list