hg: jdk/submit: 8193832: Performance of InputStream.readAllBytes() could be improved
brian.burkhalter at oracle.com
brian.burkhalter at oracle.com
Fri Dec 22 22:10:45 UTC 2017
Changeset: 2c1af559e922
Author: bpb
Date: 2017-12-22 14:00 -0800
URL: http://hg.openjdk.java.net/jdk/submit/rev/2c1af559e922
8193832: Performance of InputStream.readAllBytes() could be improved
Summary: Read into a list of fixed-size buffers which are gathered at the end
Reviewed-by: alanb, chegar, plevart, jrose, psandoz
! src/java.base/share/classes/java/io/InputStream.java
! test/jdk/java/io/InputStream/ReadAllBytes.java
More information about the jdk-submit-changes
mailing list