hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp
changeset 13288 331d5b6725f3
parent 12508 d76458352d62
child 13289 0f61d0bac1ca
--- a/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Mon Jul 02 10:54:17 2012 -0400
+++ b/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Wed Jul 11 22:47:38 2012 +0200
@@ -3153,9 +3153,6 @@
       _g1h->g1_policy()->record_concurrent_pause();
     }
     cmThread()->yield();
-    if (worker_id == 0) {
-      _g1h->g1_policy()->record_concurrent_pause_end();
-    }
     return true;
   } else {
     return false;