JDK-8254792 : Disable intrinsic StringLatin1.indexOf until 8254790 is fixed
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-14
  • Updated: 2020-10-22
  • Resolved: 2020-10-15
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 16
16 b21Fixed
Related Reports
Relates :  
Relates :  
Description
src/hotspot/share/opto/c2compiler.cpp
   case vmIntrinsics::_indexOfU_char:
-  case vmIntrinsics::_indexOfL_char:
+  // case vmIntrinsics::_indexOfL_char: // Disable it until found issues are fixed
   case vmIntrinsics::_toBytesStringU:

Comments
Changeset: 5194f11b Author: Vladimir Kozlov <kvn@openjdk.org> Date: 2020-10-15 00:05:40 +0000 URL: https://git.openjdk.java.net/jdk/commit/5194f11b
15-10-2020