Re: JDK9 Review Request for 8067660: JFileChooser create new folder fails silently

2015-11-26 Thread Alexander Scherbatiy
On 11/25/2015 8:37 PM, Rajeev Chamyal wrote: Hello Alexandr, Thanks for the review. I think other reason apart from access denied could be lack of space on device/drive. The API documentation for File.mkdirs is not very clear on reasons when the method will return false. Returns: trueif

JDK9 Review Request for JDK-7104635 HTMLEditorKit fails to write down some html files

2015-11-26 Thread Rajeev Chamyal
Hello All, Please review the following fix for Jdk9: Bug: https://bugs.openjdk.java.net/browse/JDK-7104635 Webrev: http://cr.openjdk.java.net/~rchamyal/7104635/webrev.00/ Issue: If the minimized HTML has spaces the writing is failing with index out of bounds exception. Cause: The Abstr