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

Fix test of new malloc trace #1652

Closed schmelter-sap closed 6 months ago

schmelter-sap commented 6 months ago

This fixes a race condition which might leads to spurious test failures.

fixes #1550

SapMachine commented 6 months ago

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

RealCLanger commented 6 months ago

What exactly is the race condition that you fix here? (I'm not so deep in the code that it would be obvious to me... 😉)