JDK-8283894 : Intrinsify compress and expand bits on x86
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Affected Version:tbd
Priority:P4
Status:Resolved
Resolution:Fixed
CPU:x86
Submitted:2022-03-29
Updated:2022-10-24
Resolved:2022-06-06
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
In tier1 new test failed on Windows AMD CPU (no AVX):
[ RUN ] opto.compress_expand_bits_vm
s\\open\\test\\hotspot\\gtest\\opto\\test_compress_expand_bits.cpp(34): error: Expected equality of these values:
CompressBitsNode::compress_bits(-2147483648L, -65535L, 64)
Which is: 65536
562949953355776L
Which is: 562949953355776
[ FAILED ] opto.compress_expand_bits_vm (0 ms)
04-06-2022
A pull request was submitted for review.
URL: https://git.openjdk.java.net/jdk/pull/8498
Date: 2022-05-02 08:19:53 +0000