diff src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp @ 3916:05550041d664

Merge
author ysr
date Wed, 07 Sep 2011 15:00:13 -0700
parents 20213c8a3c40 c2bf0120ee5d
children 4f41766176cf
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Wed Sep 07 12:21:23 2011 -0400
+++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Wed Sep 07 15:00:13 2011 -0700
@@ -4586,7 +4586,6 @@
     // keep entries (which are added by the marking threads) on them
     // live until they can be processed at the end of marking.
     ref_processor()->weak_oops_do(&buf_scan_non_heap_roots);
-    ref_processor()->oops_do(&buf_scan_non_heap_roots);
   }
 
   // Finish up any enqueued closure apps (attributed as object copy time).