JDK-8196331 : Optimize Character.digit for latin1 input
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-01-29
  • Updated: 2023-01-11
  • Resolved: 2018-01-30
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 11
11 b01Fixed
Related Reports
Relates :  
Relates :  
Description
Character.digit for data in the latin1 (codePoint <= 255) can be optimized, as discussed on core-libs-dev: http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-January/051138.html

Results in micros show ~1.5x improvements.
Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/29c1fede33a6 User: redestad Date: 2018-01-30 17:57:39 +0000
30-01-2018