--- old/src/solaris/classes/sun/awt/X11/XComponentPeer.java 2009-08-11 19:21:15.000000000 +0400 +++ new/src/solaris/classes/sun/awt/X11/XComponentPeer.java 2009-08-11 19:21:15.000000000 +0400 @@ -800,15 +800,6 @@ public void endValidate() { } - - /** - * DEPRECATED: Replaced by getInsets(). - */ - - public Insets insets() { - return getInsets(); - } - // Returns true if we are inside begin/endLayout and // are waiting for native painting public boolean isPaintPending() {