--- old/src/share/classes/java/awt/WaitDispatchSupport.java 2013-08-03 15:55:46.000000000 -0700 +++ new/src/share/classes/java/awt/WaitDispatchSupport.java 2013-08-03 15:55:46.000000000 -0700 @@ -224,7 +224,7 @@ // starts. Thus, the enter() method will not hang. // // Event pump should be privileged. See 6300270. - AccessController.doPrivileged(new PrivilegedAction() { + AccessController.doPrivileged(new PrivilegedAction() { public Object run() { run.run(); return null;