RFR: JDK-8023430 - Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details
Dan Xu
dan.xu at oracle.com
Wed Aug 21 00:04:38 UTC 2013
Hi,
MaxPathLength.java testcase failed intermittently. And File.mkdirs()
does not throw any exceptions when it fails, which makes it even harder
for the diagnosis. As Alan suggested, I'd like to change it to
Files.createDirectories to get detailed exceptions once a failure
happens. Thanks!
webrev: http://cr.openjdk.java.net/~dxu/8023430/webrev/
bug: http://bugs.sun.com/view_bug.do?bug_id=8023430
-Dan
More information about the core-libs-dev
mailing list