RFR: 8266401: mark hotspot compiler/intrinsics/sha/cli tests which ignore VM flags

Jie Fu jiefu at openjdk.java.net
Sun May 2 23:16:51 UTC 2021


On Sun, 2 May 2021 17:43:20 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> 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
>
> Marked as reviewed by kvn (Reviewer).

Thanks @vnkozlov .

-------------

PR: https://git.openjdk.java.net/jdk/pull/3829


More information about the hotspot-compiler-dev mailing list