diff src/share/vm/gc_implementation/g1/concurrentMark.cpp @ 6220:3a431b605145

Merge
author jmasa
date Mon, 16 Jul 2012 13:00:26 -0700
parents d2a62e0f25eb 922993931b3d
children a2f7274eb6ef
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Fri Jul 13 14:16:21 2012 -0700
+++ b/src/share/vm/gc_implementation/g1/concurrentMark.cpp	Mon Jul 16 13:00:26 2012 -0700
@@ -3156,9 +3156,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;