JDK-8188802 : PPC64: Failure on assert(lrgmask.is_aligned_sets(RegMask::SlotsPerVecX))
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:10
Priority:P3
Status:Resolved
Resolution:Fixed
CPU:ppc
Submitted:2017-10-05
Updated:2023-12-07
Resolved:2017-10-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.
After introducing SLP with VSX in PPC (https://bugs.openjdk.java.net/browse/JDK-8188139), an assertion assert(lrgmask.is_aligned_sets(RegMask::SlotsPerVecX)) in chaitin.cpp fails.