comparison src/share/vm/memory/defNewGeneration.cpp @ 20257:7426d8d76305

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 9fec19bb0659
children 2c6ef90f030a
comparison
equal deleted inserted replaced
20256:b0b97602393a 20257:7426d8d76305
628 true, // Process younger gens, if any, 628 true, // Process younger gens, if any,
629 // as strong roots. 629 // as strong roots.
630 true, // activate StrongRootsScope 630 true, // activate StrongRootsScope
631 SharedHeap::ScanningOption(so), 631 SharedHeap::ScanningOption(so),
632 &fsc_with_no_gc_barrier, 632 &fsc_with_no_gc_barrier,
633 true, // walk *all* scavengable nmethods
634 &fsc_with_gc_barrier, 633 &fsc_with_gc_barrier,
635 &klass_scan_closure); 634 &klass_scan_closure);
636 635
637 // "evacuate followers". 636 // "evacuate followers".
638 evacuate_followers.do_void(); 637 evacuate_followers.do_void();