JDK-8306374 : (bf) Improve performance of DirectCharBuffer::append(CharSequence[,int,int])
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-04-18
  • Updated: 2023-05-01
  • Resolved: 2023-04-26
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 21
21 b20Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Similar to the change in JDK-8305811, use the getChars method of particular implementations of CharSequence to load the characters into an array instead of eventually falling back to charAt().
Comments
Changeset: d0e8aec0 Author: Brian Burkhalter <bpb@openjdk.org> Date: 2023-04-26 16:37:18 +0000 URL: https://git.openjdk.org/jdk/commit/d0e8aec041d7e0a8a8e72da079b428afff3fcd26
26-04-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13522 Date: 2023-04-19 00:29:14 +0000
19-04-2023