corba/src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/POAImpl.java
changeset 33680 56aa0b79bf5a
parent 29937 c774371adf92
child 37620 230612715768
--- a/corba/src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/POAImpl.java	Wed Jul 05 20:59:28 2017 +0200
+++ b/corba/src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/POAImpl.java	Wed Nov 11 11:31:21 2015 +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 ;