On Fri, 25 Jun 2021 00:04:48 GMT, Brian Burkhalter <[email protected]> wrote:
> Modify `java.io.ByteArrayInputStream` methods `read(byte[])` and > `read(byte[],int,int)` to return zero per the `InputStream` specification > when the byte array actual or specified length is zero. Marked as reviewed by joehw (Reviewer). Looks good to me. Maybe add the bug id to the @bug tag of the test. ------------- PR: https://git.openjdk.java.net/jdk/pull/4591
