JDK 9 RFR of 8154183: (spec) {Data, }InputStream.read(byte[], int, int) - spec of offset argument confusing

Brian Burkhalter brian.burkhalter at oracle.com
Mon Apr 18 18:37:57 UTC 2016


The patch has been updated in place to replace <code>var</code> with {@code var}, @exception with @throws, and align the text where needed only for the methods in question.

Brian

On Apr 15, 2016, at 3:46 PM, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:

> Re-posted with correct subject line.
> 
> On Apr 15, 2016, at 3:35 PM, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:
> 
>> Please review at your convenience.
>> 
>> Issue:	https://bugs.openjdk.java.net/browse/JDK-8154183
>> Patch:	http://cr.openjdk.java.net/~bpb/8154183/webrev.00/
>> 
>> Summary:
>> 1) Reinstate the ObjectInputStream part of the fixforhttps://bugs.openjdk.java.net/browse/JDK-4150728 which was inadvertently reverted in a subsequent merge.
>> 2) Apply the same clarifications and addition of missing exception/throws tags to both variants of readFully().




More information about the core-libs-dev mailing list