Please review the fix for JDK-8078408 "Java version applet hangs with Voice over turned on". The failure is an NPE. There is a variable that is OK to be null at the point of failure and the fix adds a check for it being null. http://cr.openjdk.java.net/~ptbrunet/JDK-8078408/webrev.00/ Thanks, Pete