JDK-8151268 : Wire up the x86 _vectorizedMismatch stub routine in C1
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-03-04
  • Updated: 2016-05-26
  • Resolved: 2016-05-05
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 b120Fixed
Related Reports
Relates :  
Relates :  
Description
General primitive array equality/comparison/mismatch was intrinsified on x86 via JDK-8143355.

A  _vectorizedMismatch stub routine was added that is wired up in C2. The same stub routine can also be wired up in C1.

For an example of how to wire up a stub routine in the interpreter and C1 see the fix for x86 CRC32 intrinsics:

https://bugs.openjdk.java.net/browse/JDK-7088419
http://hg.openjdk.java.net/hsx/hsx25/hotspot/rev/b800986664f4
Comments
http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8151268-int-c1-mismatch/webrev/
14-04-2016