RFR: 8283894: Intrinsify compress and expand bits on x86 [v6]
Jatin Bhateja
jbhateja at openjdk.java.net
Wed May 25 06:34:10 UTC 2022
On Mon, 23 May 2022 22:29:02 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> Jatin Bhateja has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains ten additional commits since the last revision:
>>
>> - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8283894
>> - 8283894: Removing CompressExpandSanityTest from problem list.
>> - 8283894: Updating test tag spec.
>> - 8283894: Review comments resolved.
>> - 8283894: Add missing -XX:+UnlockDiagnosticVMOptions.
>> - 8283894: Review comments resolutions.
>> - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8283894
>> - 8283894: Extending IR framework testcase with some functional test points.
>> - 8283894: Intrinsify compress and expand bits on x86
>
> test/jdk/java/lang/CompressExpandSanityTest.java line 29:
>
>> 27: * @key randomness
>> 28: * @run testng/othervm -XX:+UnlockDiagnosticVMOptions -XX:DisableIntrinsic=_expand_i,_expand_l,_compress_i,_compress_l CompressExpandSanityTest
>> 29: * @run testng CompressExpandSanityTest
>
> Can we comment out the annotations so this test is not run by default (i don't know of a better way)
@PaulSandoz , commented test tag for sanity test
-------------
PR: https://git.openjdk.java.net/jdk/pull/8498
More information about the hotspot-compiler-dev
mailing list