< 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,11 +92,11 @@
 
     stat.mark_idle();
 
     // Wait for the queue to become non-empty
     G1StringDedupQueue::wait();
-    if (_should_terminate) {
+    if (should_terminate()) {
       break;
     }
 
     {
       // Include thread in safepoints
< prev index next >