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 #1714: Add fallback for early malloc for musl-based systems #1715

Closed schmelter-sap closed 4 months ago

schmelter-sap commented 4 months ago

This handles the case on musl-based systems, where malloc is called too early and we have not determined the rewal malloc functions.

fixes #1714

SapMachine commented 4 months ago

Hello @schmelter-sap, this pull request fulfills all formal requirements.