Hi, Please review the javadoc spec change for AutoCloseable. Basically, it clarifies that AutoCloseable is to be automatically closed with try-with-resource construct, and the implementation may or may not hold resources that need to be closed. http://cr.openjdk.java.net/~henryjen/ccc/8022176/webrev/ Cheers, Henry