mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8135154: Move cards scanned and surviving young words aggregation to G1ParScanThreadStateSet
Reviewed-by: tschatzl, ehelin
This commit is contained in:
parent
2dbd4dd578
commit
6f11efbbb4
9 changed files with 84 additions and 109 deletions
|
@ -26,6 +26,6 @@
|
|||
|
||||
#include "gc/g1/g1ParScanThreadState.hpp"
|
||||
|
||||
G1ParScanThreadState* G1ParScanThreadStateSet::new_par_scan_state(uint worker_id) {
|
||||
return new G1ParScanThreadState(_g1h, worker_id);
|
||||
G1ParScanThreadState* G1ParScanThreadStateSet::new_par_scan_state(uint worker_id, size_t young_cset_length) {
|
||||
return new G1ParScanThreadState(_g1h, worker_id, young_cset_length);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue