JDK-8202533 : [Graal] Implement StringUTF16.compress & StringLatin1.inflate
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86
  • Submitted: 2018-05-02
  • Updated: 2018-11-19
  • Resolved: 2018-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 12
12Fixed
Related Reports
Relates :  
Description
Retrofit C2 intrinsics for Graal:

java.lang.StringUTF16.compress(char[], int, byte[], int, int)
java.lang.StringLatin1.inflate(byte[], int, char[], int, int)


Comments
Included via: https://bugs.openjdk.java.net/browse/JDK-8210777
19-11-2018