hotspot/src/share/vm/gc/g1/g1ConcurrentMark.cpp
changeset 36191 07d2ba48d1d3
parent 36084 9a3bf78e9a76
child 36371 fd81a4f0ea00
--- a/hotspot/src/share/vm/gc/g1/g1ConcurrentMark.cpp	Wed Feb 17 18:02:03 2016 -0500
+++ b/hotspot/src/share/vm/gc/g1/g1ConcurrentMark.cpp	Thu Feb 04 08:22:26 2016 +0100
@@ -2662,9 +2662,6 @@
 // We take a break if someone is trying to stop the world.
 bool G1ConcurrentMark::do_yield_check(uint worker_id) {
   if (SuspendibleThreadSet::should_yield()) {
-    if (worker_id == 0) {
-      _g1h->g1_policy()->record_concurrent_pause();
-    }
     SuspendibleThreadSet::yield();
     return true;
   } else {