hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
changeset 10525 5e44fe6a4262
parent 10523 cdb54c167ab0
parent 10524 6594ca81279a
child 10528 06fab03478df
--- a/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Wed Sep 07 12:21:23 2011 -0400
+++ b/hotspot/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).