--- old/src/java.xml/share/classes/javax/xml/datatype/SecuritySupport.java 2015-10-06 20:50:31.751807993 +0200 +++ new/src/java.xml/share/classes/javax/xml/datatype/SecuritySupport.java 2015-10-06 20:50:31.687807992 +0200 @@ -79,7 +79,7 @@ return ((Boolean) AccessController.doPrivileged(new PrivilegedAction() { public Object run() { - return new Boolean(f.exists()); + return f.exists(); } })).booleanValue(); }