comparison src/share/vm/gc_implementation/parNew/parNewGeneration.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
621 true, // Process younger gens, if any, 621 true, // Process younger gens, if any,
622 // as strong roots. 622 // as strong roots.
623 false, // no scope; this is parallel code 623 false, // no scope; this is parallel code
624 SharedHeap::ScanningOption(so), 624 SharedHeap::ScanningOption(so),
625 &par_scan_state.to_space_root_closure(), 625 &par_scan_state.to_space_root_closure(),
626 true, // walk *all* scavengable nmethods
627 &par_scan_state.older_gen_closure(), 626 &par_scan_state.older_gen_closure(),
628 &klass_scan_closure); 627 &klass_scan_closure);
629 par_scan_state.end_strong_roots(); 628 par_scan_state.end_strong_roots();
630 629
631 // "evacuate followers". 630 // "evacuate followers".