Code Review for jdk

Prepared by:bpb on Wed Jun 24 11:59:19 PDT 2015
Workspace:/Users/bpb/Work/CoreLibs/jdk/jdk9/dev/jdk
Compare against: http://hg.openjdk.java.net/jdk9/dev/jdk
Compare against version:12233
Summary of changes: 219 lines changed: 207 ins; 2 del; 10 mod; 297 unchg
Changeset: jdk.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.base/share/classes/java/io/BufferedOutputStream.java

rev 12234 : 8042377: BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
Summary: Explcitly handle IOExceptions in FilteredOutputStream.close() instead of using try-with-resources approach.
Reviewed-by: XXX
6 lines changed: 3 ins; 1 del; 2 mod; 140 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.base/share/classes/java/io/FilterOutputStream.java

rev 12234 : 8042377: BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
Summary: Explcitly handle IOExceptions in FilteredOutputStream.close() instead of using try-with-resources approach.
Reviewed-by: XXX
36 lines changed: 27 ins; 1 del; 8 mod; 157 unchg

------ ------ ------ ------ --- New ----- Raw test/java/io/FilterOutputStream/SuppressedException.java

rev 12234 : 8042377: BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
Summary: Explcitly handle IOExceptions in FilteredOutputStream.close() instead of using try-with-resources approach.
Reviewed-by: XXX
177 lines changed: 177 ins; 0 del; 0 mod; 0 unchg

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