RFR: 8360936: Test compiler/onSpinWait/TestOnSpinWaitAArch64.java fails after JDK-8359435 [v2]
Aleksey Shipilev
shade at openjdk.org
Tue Jul 1 17:13:43 UTC 2025
On Tue, 1 Jul 2025 16:05:07 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:
>> Test compiler/onSpinWait/TestOnSpinWaitAArch64.java needs debug info to identify a position of spin wait instructions in generated code. Release builds might not generate needed debug info.
>>
>> This PR adds a requirement for the test to be run on debug builds only.
>>
>> Tested:
>> - Fastdebug: test passed
>> - Slowdebug: test passed.
>> - Release: test skipped.
>
> Evgeny Astigeevich has updated the pull request incrementally with one additional commit since the last revision:
>
> Simplify requirement for debug build
OK, are you able to bisect which change? This fix to only do debug VM needs to be correctly linked to the actual cause, IMO.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26072#issuecomment-3024882710
More information about the hotspot-compiler-dev
mailing list