hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
changeset 28163 322d55d167be
parent 27678 d1872bc7dd8d
child 29326 ebaa169c6dc3
--- a/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp	Mon Dec 08 00:15:55 2014 -0800
+++ b/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp	Thu Dec 11 21:34:43 2014 -0500
@@ -88,7 +88,8 @@
 
 SurrogateLockerThread::SurrogateLockerThread() :
   JavaThread(&_sltLoop),
-  _monitor(Mutex::nonleaf, "SLTMonitor"),
+  _monitor(Mutex::nonleaf, "SLTMonitor", false,
+           Monitor::_safepoint_check_sometimes),
   _buffer(empty)
 {}