--- old/src/solaris/classes/sun/awt/X11/XChoicePeer.java Fri Jun 14 15:15:58 2013 +++ new/src/solaris/classes/sun/awt/X11/XChoicePeer.java Fri Jun 14 15:15:58 2013 @@ -892,7 +892,7 @@ if (transX > 0 && transX < width && transY > 0 && transY < height) { int newIdx = helper.y2index(transY); - if (log.isLoggable(PlatformLogger.FINE)) { + if (log.isLoggable(PlatformLogger.Level.FINE)) { log.fine("transX=" + transX + ", transY=" + transY + ",width=" + width + ", height=" + height + ", newIdx=" + newIdx + " on " + target);