History log of /openjdk10/jdk/test/java/io/etc/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
11201:5f22b23442ba 04-Jan-2015 chegar

8054565: FilterOutputStream.close may throw IOException if called twice and underlying flush or close fails
Reviewed-by: alanb, prappo
Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Nathan Clement <nathan.a.clement@hotmail.com>

4872:e98869ff9f1e 04-Dec-2011 cgruszka

Merge

4835:526e99f06a59 06-Dec-2011 igor

Merge

4789:4b416a0180dc 29-Nov-2011 lana

Merge

4766:3c248d0e2c48 28-Nov-2011 lana

Merge

4765:855675a4235b 23-Nov-2011 lana

Merge

4760:bb8f19b80557 22-Nov-2011 mullan

Merge

4742:9dd994f319ee 11-Nov-2011 coffeys

7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile
Reviewed-by: alanb

4579:e0c1282a0ead 13-Sep-2011 coffeys

7082769: FileInputStream/FileOutputStream/RandomAccessFile allow file descriptor be closed when still in use
Reviewed-by: alanb

4498:759aa847dcaf 18-Aug-2011 alanb

7015589: (spec) BufferedWriter.close leaves stream open if close of underlying Writer fails
Reviewed-by: forax, mduigou