6778647: snap(), snap_policy() should be renamed setup(), setup_policy()

Renamed Reference{Policy,Pocessor} methods from snap{,_policy}() to setup{,_policy}()

Reviewed-by: apetrusenko
This commit is contained in:
Y. Srinivas Ramakrishna 2008-12-01 23:25:24 -08:00
parent ed99040266
commit 16aa57cb4b
15 changed files with 28 additions and 28 deletions

View file

@ -1578,7 +1578,7 @@ void PSParallelCompact::invoke_no_policy(bool maximum_heap_compaction) {
COMPILER2_PRESENT(DerivedPointerTable::clear());
ref_processor()->enable_discovery();
ref_processor()->snap_policy(maximum_heap_compaction);
ref_processor()->setup_policy(maximum_heap_compaction);
bool marked_for_unloading = false;