JDK-8014854 : (bf) CharBuffer.chars too slow with default implementation
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-05-19
  • Updated: 2014-11-18
  • Resolved: 2013-05-31
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 8
8 b94Fixed
Related Reports
Relates :  
Relates :  
Description
This is a follow-on from JDK-8012665 to add a specialized implementation of the chars() for CharBuffers. Prototyping suggests we can get x2-x3 for the serial case, and x10-x20 for the parallel case.