< prev index next >

src/share/vm/gc/cms/concurrentMarkSweepThread.cpp

Print this page
rev 10389 : imported patch webrev.01
rev 10390 : imported patch webrev.02
rev 10391 : [mq]: webrev.03
rev 10392 : imported patch webrev.04
rev 10393 : [mq]: web.05

*** 132,146 **** ConcurrentMarkSweepThread* th = new ConcurrentMarkSweepThread(collector); assert(_cmst == th, "Where did the just-created CMS thread go?"); return th; } - void ConcurrentMarkSweepThread::stop_all() { - assert(_cmst != NULL, "stop_all should be called after initialization"); - _cmst->stop(); - } - void ConcurrentMarkSweepThread::stop_service() { // Now post a notify on CGC_lock so as to nudge // CMS thread(s) that might be slumbering in // sleepBeforeNextCycle. MutexLockerEx x(CGC_lock, Mutex::_no_safepoint_check_flag); --- 132,141 ----
< prev index next >