--- old/src/solaris/classes/sun/awt/X11/XContentWindow.java Fri Jun 14 15:16:00 2013 +++ new/src/solaris/classes/sun/awt/X11/XContentWindow.java Fri Jun 14 15:16:00 2013 @@ -115,7 +115,7 @@ if (in != null) { newBounds.setLocation(-in.left, -in.top); } - if (insLog.isLoggable(PlatformLogger.FINE)) { + if (insLog.isLoggable(PlatformLogger.Level.FINE)) { insLog.fine("Setting content bounds {0}, old bounds {1}", newBounds, getBounds()); }