src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/POAManagerImpl.java

Print this page

        

@@ -46,11 +46,10 @@
 import com.sun.corba.se.spi.protocol.PIHandler ;
 
 import com.sun.corba.se.impl.logging.POASystemException ;
 
 import com.sun.corba.se.impl.orbutil.ORBUtility ;
-import com.sun.corba.se.impl.transport.ManagedLocalsThread;
 
 /** POAManagerImpl is the implementation of the POAManager interface.
  *  Its public methods are activate(), hold_requests(), discard_requests()
  *  and deactivate().
  */

@@ -356,11 +355,11 @@
                 etherealize_objects, debug ) ;
 
             if (wait_for_completion)
                 deactivator.run() ;
             else {
-                Thread thr = new ManagedLocalsThread(deactivator) ;
+                Thread thr = new sun.misc.ManagedLocalsThread(deactivator) ;
                 thr.start() ;
             }
         } finally {
             synchronized(this) {
                 if (debug) {