--- old/src/java.desktop/unix/classes/sun/awt/X11/InfoWindow.java 2016-04-01 14:39:22.150985970 -0700 +++ new/src/java.desktop/unix/classes/sun/awt/X11/InfoWindow.java 2016-04-01 14:39:22.050985972 -0700 @@ -29,7 +29,6 @@ import java.awt.event.*; import java.awt.peer.TrayIconPeer; import sun.awt.*; -import sun.misc.ManagedLocalsThread; import java.awt.image.*; import java.text.BreakIterator; @@ -452,7 +451,7 @@ final Thread thread; Displayer() { - this.thread = new ManagedLocalsThread(this); + this.thread = new Thread(null, this, "Displayer", 0, false); this.thread.setDaemon(true); }