SAP / SapMachine

An OpenJDK release maintained and supported by SAP
https://sapmachine.io
GNU General Public License v2.0
509 stars 93 forks source link

SapMachine (21) #1714: Add fallback for early malloc for musl-based systems #1718

Closed RealCLanger closed 4 months ago

RealCLanger commented 4 months ago

clean cherry pick from commit 1106762a444e97830a99f025e650dea919e4aa8b

fixes #1714

SapMachine commented 4 months ago

Hello @RealCLanger, this pull request fulfills all formal requirements.

RealCLanger commented 4 months ago

Still using 'return NULL;' in 21 and not nullptr ? (just a comment)

Maybe we should got through all our additional SapMachine code in head and replace NULL with nullptr. I'm sure there will be quite some places.