--- old/src/solaris/classes/sun/awt/X11/XTextFieldPeer.java 2013-03-20 14:41:51.000000000 +0400 +++ new/src/solaris/classes/sun/awt/X11/XTextFieldPeer.java 2013-03-20 14:41:50.000000000 +0400 @@ -258,7 +258,9 @@ } public void setBackground(Color c) { - if (log.isLoggable(PlatformLogger.FINE)) log.fine("target="+ target + ", old=" + background + ", new=" + c); + if (log.isLoggable(PlatformLogger.FINE)) { + log.fine("target="+ target + ", old=" + background + ", new=" + c); + } background = c; if (xtext != null) { xtext.setBackground(c);