< prev index next >

src/share/vm/gc/g1/g1StringDedupThread.cpp

Print this page
rev 10389 : imported patch webrev.01
rev 10391 : [mq]: webrev.03

*** 92,102 **** stat.mark_idle(); // Wait for the queue to become non-empty G1StringDedupQueue::wait(); ! if (_should_terminate) { break; } { // Include thread in safepoints --- 92,102 ---- stat.mark_idle(); // Wait for the queue to become non-empty G1StringDedupQueue::wait(); ! if (should_terminate()) { break; } { // Include thread in safepoints
< prev index next >