History log of /openjdk10/langtools/test/tools/javac/TryWithResources/TwrAvoidNullCheck.java
Revision Date Author Comments
# 3351:d30f35629f0e 19-Apr-2016 jlahoda

7020499: Project Coin: improvements to try-with-resources desugaring
Summary: Avoid unnecessary check for resource nullness if the resource is known to be non-null; put resource closing code in a method that is shared by multiple try-with-resources.
Reviewed-by: darcy, mcimadamore, vromero