On Thu, 23 Jun 2022 19:32:44 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
> Use `InputStream.readAllBytes` instead of manually written method. > > Skipped this method in > [JDK-8080272](https://bugs.openjdk.org/browse/JDK-8080272) This pull request has now been integrated. Changeset: 0ca74f53 Author: Andrey Turbanov <aturba...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/0ca74f538e1a8a351cc0631c5fe397a74653ce6f Stats: 20 lines in 1 file changed: 0 ins; 17 del; 3 mod 8289659: Refactor I/O stream copying to use InputStream.readAllBytes in X509CertPath Reviewed-by: attila, weijun ------------- PR: https://git.openjdk.org/jdk/pull/9263