Hi there, Here's a fix for Bug#6888734. One regression test was failing with an AccessControlException in new FontManager code. We need to move Class.forName() and newInstance() call into the privileged block. Webrev here:
http://cr.openjdk.java.net/~rkennke/6888734/webrev.00/ Good? Comments? /Roman