JDK-8145336 : PPC64: fix string intrinsics after CompactStrings change
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2015-12-14
  • Updated: 2017-01-25
  • Resolved: 2016-01-20
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.

To download the current JDK release, click here.
JDK 9
9 b105Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
After the integration of the change "8141132: JEP 254: Compact Strings" the old string intrinsics are broken on PPC64 (even with -XX:-CompactStrings).

This change will fix the old intrinsics to work for the case -XX:-CompactStrings.

Implementing new or improving the current intrinsics to work with -XX:+CompactStrings will be done in an additional change.