src/share/classes/sun/font/SunFontManager.java

Print this page

        

@@ -3056,11 +3056,11 @@
     protected void loadFonts() {
         if (discoveredAllFonts) {
             return;
         }
         /* Use lock specific to the font system */
-        synchronized (lucidaFontName) {
+        synchronized (this) {
             if (FontUtilities.debugFonts()) {
                 Thread.dumpStack();
                 FontUtilities.getLogger()
                             .info("SunGraphicsEnvironment.loadFonts() called");
             }

@@ -3192,11 +3192,11 @@
         loadFonts();
         if (loadedAllFontFiles) {
             return;
         }
         /* Use lock specific to the font system */
-        synchronized (lucidaFontName) {
+        synchronized (this) {
             if (FontUtilities.debugFonts()) {
                 Thread.dumpStack();
                 FontUtilities.getLogger().info("loadAllFontFiles() called");
             }
             java.security.AccessController.doPrivileged(