Review request: 8152502: tools/jdeps/modules/GenModuleInfo.java and TransitiveDeps fails on windows
Mandy Chung
mandy.chung at oracle.com
Thu May 19 23:50:23 UTC 2016
These jdeps tests fails running on windows “Error. failed clean up files after test”. A bug in the tests and implementation that calls Files.walk without try-with-resources.
Webrev at:
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8152502/webrev.00/index.html
This fix calls Files::walk with try-with-resources. I wasn’t quite able to reproduce the error on my windows machine. I’d like to push this fix and address any issue, if any.
Mandy
More information about the core-libs-dev
mailing list