RFR: 8266401: mark hotspot compiler/intrinsics/sha/cli tests which ignore VM flags
Jie Fu
jiefu at openjdk.java.net
Sat May 1 10:53:00 UTC 2021
Hi all,
Could you please review this small and trivial patch that adds `@requires vm.flagless` to `compiler/intrinsics/sha/cli ` tests that ignore VM flags?
This change makes sense since it will fix some test failures when testing with extra VM flags.
For example, the following three failures will be fixed when testing with UseAVX<2 on Intel CPUs.
compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnUnsupportedCPU.java
compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java
compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnUnsupportedCPU.java
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8266401: mark hotspot compiler/intrinsics/sha/cli tests which ignore VM flags
Changes: https://git.openjdk.java.net/jdk/pull/3829/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3829&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8266401
Stats: 14 lines in 12 files changed: 14 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/3829.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3829/head:pull/3829
PR: https://git.openjdk.java.net/jdk/pull/3829
More information about the hotspot-compiler-dev
mailing list