--- old/src/java.xml/share/classes/org/xml/sax/helpers/SecuritySupport.java 2015-10-06 20:50:33.163808019 +0200 +++ new/src/java.xml/share/classes/org/xml/sax/helpers/SecuritySupport.java 2015-10-06 20:50:33.099808018 +0200 @@ -100,7 +100,7 @@ return ((Boolean) AccessController.doPrivileged(new PrivilegedAction() { public Object run() { - return new Boolean(f.exists()); + return f.exists(); } })).booleanValue(); }