On 03/09/2013 20:02, Henry Jen wrote:
Thanks for sorting out the suppressed exception issue. I notice you've added code to catch Throwable if addSuppressed fails. Is this out of concern for OOME (I assume not IAE ias it can't happen here)?Updated webrev is athttp://cr.openjdk.java.net/~henryjen/ccc/8017513/2/webrev/ Addressed comments from Alan and catch IOExpression when close on exception in Files method.
-Alan.