> 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.

Brian Burkhalter has updated the pull request incrementally with one additional 
commit since the last revision:

  6766844: Add an @apiNote instead of changing impl

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4591/files
  - new: https://git.openjdk.java.net/jdk/pull/4591/files/68b6f089..3152cdc7

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4591&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4591&range=01-02

  Stats: 10 lines in 2 files changed: 5 ins; 3 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4591.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4591/head:pull/4591

PR: https://git.openjdk.java.net/jdk/pull/4591

Reply via email to