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.
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.
- duplicates
-
JDK-8122947 Cleanup related to flag UseSSE42Intrinsics needed
- Closed
- relates to
-
JDK-8148564 compiler/intrinsics/string/TestStringIntrinsics2.java times out
- Resolved
-
JDK-8141132 Integration
- Resolved