< prev index next >

src/hotspot/share/gc/g1/g1MarkSweep.cpp

Print this page

        

@@ -182,11 +182,11 @@
     pt.print_all_references();
   }
 
   {
     GCTraceTime(Debug, gc, phases) trace("Weak Processing", gc_timer());
-    WeakProcessor::unlink_or_oops_do(&GenMarkSweep::is_alive,
+    WeakProcessor::weak_oops_do(&GenMarkSweep::is_alive,
                                      &GenMarkSweep::keep_alive,
                                      &GenMarkSweep::follow_stack_closure);
   }
   // This is the point where the entire marking should have completed.
   assert(GenMarkSweep::_marking_stack.is_empty(), "Marking should have completed");
< prev index next >