RFR: 8370578: SystemMapTest.java#normal fails intermittendly on macOS aarch64 [v3]
Chris Plummer
cjplummer at openjdk.org
Wed Oct 29 19:34:58 UTC 2025
On Wed, 29 Oct 2025 19:12:45 GMT, Simon Tooke <stooke at openjdk.org> wrote:
>> This PR addresses [JDK-8370578](https://bugs.openjdk.org/browse/JDK-8370578)
>>
>> Under certain circumstances, OpenJDK on macOS maps the hsperf segment private instead of shared; one of those cases is hit during the tier1 tests, which test for that.
>>
>> This PR allows for shared or private mapping; the purpose of the intermittently failing test is to test System.map implementation, not JDK internals.
>
> Simon Tooke has updated the pull request incrementally with one additional commit since the last revision:
>
> whitespace error
Marked as reviewed by cjplummer (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28025#pullrequestreview-3395760548
More information about the serviceability-dev
mailing list