< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page

        

@@ -280,11 +280,10 @@
   _hashStateY = 842502087;
   _hashStateZ = 0x8767;    // (int)(3579807591LL & 0xffff) ;
   _hashStateW = 273326509;
 
   _OnTrap   = 0;
-  _schedctl = NULL;
   _Stalled  = 0;
   _TypeTag  = 0x2BAD;
 
   // Many of the following fields are effectively final - immutable
   // Note that nascent threads can't use the Native Monitor-Mutex

@@ -4800,11 +4799,10 @@
 //    the forward links, which are always trustworthy.
 // *  Add a successor indication.  The LockWord is currently encoded as
 //    (List, LOCKBIT:1).  We could also add a SUCCBIT or an explicit _succ variable
 //    to provide the usual futile-wakeup optimization.
 //    See RTStt for details.
-// *  Consider schedctl.sc_nopreempt to cover the critical section.
 //
 
 
 const intptr_t LOCKBIT = 1;
 
< prev index next >