[jdk11u-dev] RFR: 8326101: [PPC64] Need to bailout cleanly if creation of stubs fails when code cache is out of space

Martin Doerr mdoerr at openjdk.org
Tue Mar 19 12:53:31 UTC 2024


On Tue, 19 Mar 2024 08:14:39 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> > Version from 22u applies cleanly, but 11u uses NULL instead of nullptr
> 
> Searching through the 11u-dev sources, I find a lot of nullptr usages. So why not allow it in 11u(_dev) hotspot too ? Would make life easier for backporters.

The JDK allows usage of nullptr, but hotspot doesn't.

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2604#issuecomment-2007092441


More information about the jdk-updates-dev mailing list