History log of /openjdk10/jdk/test/java/io/FilterOutputStream/SuppressedException.java
Revision Date Author Comments
# 12251:b9aac6ffd2c5 29-Jun-2015 bpb

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: chegar, alanb
Contributed-by: Peter Levart <peter.levart@gmail.com>