comparison src/share/vm/memory/defNewGeneration.cpp @ 14466:d166675568f6

8034761: Remove the do_code_roots parameter from process_strong_roots Reviewed-by: tschatzl, mgerdin, jmasa
author stefank
date Thu, 13 Feb 2014 17:44:39 +0100
parents 1e1c8d358b52
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14359:f7f0c6a77d6d 14466:d166675568f6
624 true, // Process younger gens, if any, 624 true, // Process younger gens, if any,
625 // as strong roots. 625 // as strong roots.
626 true, // activate StrongRootsScope 626 true, // activate StrongRootsScope
627 SharedHeap::ScanningOption(so), 627 SharedHeap::ScanningOption(so),
628 &fsc_with_no_gc_barrier, 628 &fsc_with_no_gc_barrier,
629 true, // walk *all* scavengable nmethods
630 &fsc_with_gc_barrier, 629 &fsc_with_gc_barrier,
631 &klass_scan_closure); 630 &klass_scan_closure);
632 631
633 // "evacuate followers". 632 // "evacuate followers".
634 evacuate_followers.do_void(); 633 evacuate_followers.do_void();