--- old/src/share/classes/sun/font/FontManagerNativeLibrary.java 2014-02-04 23:35:29.000000000 -0800 +++ new/src/share/classes/sun/font/FontManagerNativeLibrary.java 2014-02-04 23:35:29.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -30,7 +30,7 @@ public class FontManagerNativeLibrary { static { java.security.AccessController.doPrivileged( - new java.security.PrivilegedAction() { + new java.security.PrivilegedAction() { public Object run() { /* REMIND do we really have to load awt here? */ System.loadLibrary("awt");