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

Disable use of backtrace() on PPC platforms by default #1765

Closed schmelter-sap closed 3 months ago

schmelter-sap commented 3 months ago

It can crash in the backtrace() method on newer versions of glibc when tls code is on the stack.

Additionally a missing disenroll() call was added to the delayed enabling task.

fixes #1550

SapMachine commented 3 months ago

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