src/hotspot/share/runtime/thread.cpp
changeset 51376 181e6a03249b
parent 51026 510ac4c08610
child 51467 12997ebbc0d8
--- a/src/hotspot/share/runtime/thread.cpp	Fri Aug 10 09:30:26 2018 -0400
+++ b/src/hotspot/share/runtime/thread.cpp	Fri Aug 10 09:36:01 2018 -0400
@@ -282,7 +282,6 @@
   _hashStateW = 273326509;
 
   _OnTrap   = 0;
-  _schedctl = NULL;
   _Stalled  = 0;
   _TypeTag  = 0x2BAD;
 
@@ -4802,7 +4801,6 @@
 //    (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.
 //