RFR: JDK-8015628 - Test Failure in closed/java/io/pathNames/GeneralSolaris.java

Dan Xu dan.xu at oracle.com
Thu May 30 04:28:29 UTC 2013


Hi All,

The fix to JDK-8009258 solves the failure in GeneralWin32.java. But the 
changes in Line 311, 312 in checkNames() method of General.java file, 
lead to the new failure of GeneralSolaris.java testcase. Because it 
changes the implicit value of an empty "ask" parameter.

This fix is to revert the relevant changes of the above two lines in 
General.java. And accordingly, it accommodates the code in 
GeneralWin32.java to the original General.checkNames() method.

webrev: http://cr.openjdk.java.net/~dxu/8015628/webrev.00/

Thanks for your review!

-Dan



More information about the core-libs-dev mailing list