--- old/src/share/classes/sun/awt/SunGraphicsCallback.java 2011-12-02 17:47:02.982891200 +0400 +++ new/src/share/classes/sun/awt/SunGraphicsCallback.java 2011-12-02 17:47:02.300852200 +0400 @@ -47,6 +47,7 @@ g.clipRect(0, 0, bounds.width, bounds.height); } + @SuppressWarnings("deprecation") public final void runOneComponent(Component comp, Rectangle bounds, Graphics g, Shape clip, int weightFlags) {