JDK-8140389 : Remove StringCharIntrinsics flag after JDK-8138651 is fixed
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-10-23
  • Updated: 2015-11-19
  • Resolved: 2015-11-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.

To download the current JDK release, click here.
JDK 9
9 b93Fixed
Related Reports
Blocks :  
Description
We need to remove the workaround fix for JDK-8138651:

725   case vmIntrinsics::_putCharStringU:
726     // Until JDK-8138651 is fixed, we have to rely on a special flag to
727     // disable these intrinsics for experiments.
728     if (!StringCharIntrinsics) return true;

http://hg.openjdk.java.net/jdk9/sandbox/hotspot/rev/f192cdd66c6d