--- old/src/java.base/share/classes/sun/reflect/ReflectionFactory.java 2015-04-22 17:44:15.523423303 -0700 +++ new/src/java.base/share/classes/sun/reflect/ReflectionFactory.java 2015-04-22 17:44:15.351423299 -0700 @@ -375,7 +375,7 @@ private static void checkInitted() { if (initted) return; AccessController.doPrivileged( - new PrivilegedAction() { + new PrivilegedAction<>() { public Void run() { // Tests to ensure the system properties table is fully // initialized. This is needed because reflection code is