RFR: 8372941: Rework compiler/intrinsics/sha tests to use intrinsic availability [v2]
Hao Sun
haosun at openjdk.org
Tue Dec 9 12:58:06 UTC 2025
On Tue, 9 Dec 2025 11:35:31 GMT, Ramkumar Sunderbabu <rsunderbabu at openjdk.org> wrote:
> > e error log
>
> could you please share the entire log? I want to see what the predicate returned. It should be either `Running compiler.intrinsics.sha.cli.testcases.GenericTestCaseForUnsupportedCPU` or `Skipping compiler.intrinsics.sha.cli.testcases.GenericTestCaseForUnsupportedCPU`
Check here https://bugs.openjdk.org/secure/attachment/117808/TestUseSHA3IntrinsicsOptionOnUnsupportedCPU-fail-8982a05.log
This log is generated via `make test TEST=test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnUnsupportedCPU.java >/tmp/aaa.log`
Code: commit 8982a05 (the latest commit in this pull request)
Hardware: AArch64 with sha3 feature
OS: ubuntu 24.04
Note that this case would pass on x86 or AArch64 without sha3 feature.
Feel free to let me if more information is needed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28634#issuecomment-3632130816
More information about the hotspot-compiler-dev
mailing list