commit | 72a93481f56c65d39aa8793391a10aa34c6d1081 | [log] [tgz] |
---|---|---|
author | henryjen <none@none> | Tue Sep 03 12:16:01 2013 -0700 |
committer | henryjen <none@none> | Tue Sep 03 12:16:01 2013 -0700 |
tree | a576d4443129e678358a33b4163175200b48d94e | |
parent | 04f30b30aca7562f1235dc3b93d19aa3ab2c5978 [diff] |
8017513: Support for closeable streams 8022237: j.u.s.BaseStream.onClose() has an issue in implementation or requires spec clarification 8022572: Same exception instances thrown from j.u.stream.Stream.onClose() handlers are not listed as suppressed Summary: BaseStream implements AutoCloseable; Remove CloseableStream and DelegatingStream Reviewed-by: alanb, mduigou, psandoz Contributed-by: brian.goetz@oracle.com