RFR: 8360936: Test compiler/onSpinWait/TestOnSpinWaitAArch64.java fails after JDK-8359435 [v2]
Evgeny Astigeevich
eastigeevich at openjdk.org
Tue Jul 1 16:43:38 UTC 2025
On Tue, 1 Jul 2025 15:37:04 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Looks okay, but I am confused why the test did not fail before JDK-8359435?
Just checked. It's not because of JDK-8359435. There were some changes which disabled printing debug info in release build.
> test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitAArch64.java line 32:
>
>> 30: * @requires vm.flagless
>> 31: * @requires os.arch=="aarch64"
>> 32: * @requires vm.debug==true
>
> Can be just `@requires vm.debug`.
Done
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26072#issuecomment-3024772962
PR Review Comment: https://git.openjdk.org/jdk/pull/26072#discussion_r2178059281
More information about the hotspot-compiler-dev
mailing list