src/share/classes/sun/java2d/loops/SurfaceType.java

Print this page

        

@@ -399,11 +399,11 @@
         this.desc = desc;
         this.uniqueID = makeUniqueID(desc);
         this.pixelConverter = parent.pixelConverter;
     }
 
-    public synchronized static final int makeUniqueID(String desc) {
+    public static synchronized int makeUniqueID(String desc) {
         Integer i = surfaceUIDMap.get(desc);
 
         if (i == null) {
             if (unusedUID > 255) {
                 throw new InternalError("surface type id overflow");