--- old/src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/POAImpl.java 2015-10-29 14:04:35.314587761 +0000 +++ new/src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/POAImpl.java 2015-10-29 14:04:35.238589378 +0000 @@ -103,7 +103,6 @@ import com.sun.corba.se.impl.orbutil.concurrent.SyncUtil ; import com.sun.corba.se.impl.orbutil.concurrent.ReentrantMutex ; import com.sun.corba.se.impl.orbutil.concurrent.CondVar ; -import com.sun.corba.se.impl.transport.ManagedLocalsThread; /** * POAImpl is the implementation of the Portable Object Adapter. It @@ -517,7 +516,7 @@ // Converted from anonymous class to local class // so that we can call performDestroy() directly. - static class DestroyThread extends ManagedLocalsThread { + static class DestroyThread extends sun.misc.ManagedLocalsThread { private boolean wait ; private boolean etherealize ; private boolean debug ;