src/java.corba/share/classes/com/sun/corba/se/impl/corba/RequestImpl.java

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

@@ -253,11 +253,11 @@
     }
 
     public synchronized void send_deferred()
     {
         AsynchInvoke invokeObject = new AsynchInvoke(_orb, this, false);
-        new sun.misc.ManagedLocalsThread(invokeObject).start();
+        new Thread(null, invokeObject, "Async-Request-Thread", 0, false).start();
     }
 
     public synchronized boolean poll_response()
     {
         // this method has to be synchronized even though it seems