Code Review for open

Prepared by:bpb on Wed Dec 6 10:55:21 PST 2017
Workspace:/Users/bpb/Work/CoreLibs/jdk/jdk10/master-closed/open
Compare against: http://hg.openjdk.java.net/jdk/jdk
Compare against version:48081
Summary of changes: 363 lines changed: 359 ins; 0 del; 4 mod; 1069 unchg
Patch of changes: open.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/java.base/share/classes/java/io/InputStream.java

rev 48083 : [mq]: 4358774-nullISAndOS.01
rev 48082 : 4358774: Add null InputStream and OutputStream
Reviewed-by: XXX
rev 47920 : 8191516: OutputStream.write(byte[],int,int) could have fewer parameter bounds checks
Summary: Reduce parameter bounds checks from five to three as in InputStream::read
Reviewed-by: psandoz
rev 47216 : 8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
100 lines changed: 100 ins; 0 del; 0 mod; 527 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/java.base/share/classes/java/io/OutputStream.java

rev 48083 : [mq]: 4358774-nullISAndOS.01
rev 48082 : 4358774: Add null InputStream and OutputStream
Reviewed-by: XXX
rev 47920 : 8191516: OutputStream.write(byte[],int,int) could have fewer parameter bounds checks
Summary: Reduce parameter bounds checks from five to three as in InputStream::read
Reviewed-by: psandoz
rev 47216 : 8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
45 lines changed: 45 ins; 0 del; 0 mod; 151 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/jdk/java/io/InputStream/ReadParams.java

rev 48082 : 4358774: Add null InputStream and OutputStream
Reviewed-by: XXX
rev 47216 : 8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
7 lines changed: 5 ins; 0 del; 2 mod; 224 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/jdk/java/io/OutputStream/WriteParams.java

rev 48082 : 4358774: Add null InputStream and OutputStream
Reviewed-by: XXX
rev 47216 : 8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
7 lines changed: 5 ins; 0 del; 2 mod; 167 unchg

------ ------ ------ ------ --- New Patch Raw test/jdk/java/io/InputStream/NullInputStream.java

rev 48083 : [mq]: 4358774-nullISAndOS.01
rev 48082 : 4358774: Add null InputStream and OutputStream
Reviewed-by: XXX
131 lines changed: 131 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw test/jdk/java/io/OutputStream/NullOutputStream.java

rev 48083 : [mq]: 4358774-nullISAndOS.01
rev 48082 : 4358774: Add null InputStream and OutputStream
Reviewed-by: XXX
73 lines changed: 73 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /usr/local/bin/webrev.ksh (vers 25.16-hg+openjdk.java.net).