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

Print this page
rev 757 : 8148863: Remove sun.misc.ManagedLocalsThread from corba
Reviewed-by: alanb, coffeys

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