-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 23
-
Component/s: hotspot
-
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;
}