--- old/src/java.desktop/unix/classes/sun/awt/X11/InfoWindow.java 2014-12-09 10:07:27.617096522 -0800 +++ new/src/java.desktop/unix/classes/sun/awt/X11/InfoWindow.java 2014-12-09 10:07:27.461096515 -0800 @@ -71,6 +71,7 @@ } // Must be executed on EDT. + @SuppressWarnings("deprecation") protected void show(Point corner, int indent) { assert SunToolkit.isDispatchThreadForAppContext(this); @@ -98,6 +99,7 @@ closer.schedule(); } + @SuppressWarnings("deprecation") public void hide() { closer.close(); } @@ -125,6 +127,7 @@ } // WARNING: this method may be executed on Toolkit thread. + @SuppressWarnings("deprecation") private void doClose() { SunToolkit.executeOnEventHandlerThread(InfoWindow.this, new Runnable() { public void run() {