< prev index next >

src/share/vm/gc_implementation/parNew/parNewGeneration.cpp

Print this page
rev 7994 : Move remaining root processing to GenCollectedHeap

*** 615,625 **** par_scan_state.start_strong_roots(); gch->gen_process_roots(_gen->level(), true, // Process younger gens, if any, // as strong roots. false, // no scope; this is parallel code ! SharedHeap::SO_ScavengeCodeCache, GenCollectedHeap::StrongAndWeakRoots, &par_scan_state.to_space_root_closure(), &par_scan_state.older_gen_closure(), &cld_scan_closure); --- 615,625 ---- par_scan_state.start_strong_roots(); gch->gen_process_roots(_gen->level(), true, // Process younger gens, if any, // as strong roots. false, // no scope; this is parallel code ! GenCollectedHeap::SO_ScavengeCodeCache, GenCollectedHeap::StrongAndWeakRoots, &par_scan_state.to_space_root_closure(), &par_scan_state.older_gen_closure(), &cld_scan_closure);
< prev index next >