comparison src/share/vm/gc_implementation/parNew/parNewGeneration.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 63a4eb8bcd23
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14359:f7f0c6a77d6d 14466:d166675568f6
619 true, // Process younger gens, if any, 619 true, // Process younger gens, if any,
620 // as strong roots. 620 // as strong roots.
621 false, // no scope; this is parallel code 621 false, // no scope; this is parallel code
622 SharedHeap::ScanningOption(so), 622 SharedHeap::ScanningOption(so),
623 &par_scan_state.to_space_root_closure(), 623 &par_scan_state.to_space_root_closure(),
624 true, // walk *all* scavengable nmethods
625 &par_scan_state.older_gen_closure(), 624 &par_scan_state.older_gen_closure(),
626 &klass_scan_closure); 625 &klass_scan_closure);
627 par_scan_state.end_strong_roots(); 626 par_scan_state.end_strong_roots();
628 627
629 // "evacuate followers". 628 // "evacuate followers".