-
Enhancement
-
Resolution: Fixed
-
P4
-
23
-
b03
The first arg is unused.
void PSCardTable::pre_scavenge(HeapWord* old_gen_bottom, uint active_workers) {
_preprocessing_active_workers = active_workers;
}
void PSCardTable::pre_scavenge(HeapWord* old_gen_bottom, uint active_workers) {
_preprocessing_active_workers = active_workers;
}