mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8135152: Create a G1ParScanThreadStateSet class for managing G1 GC per thread states
Reviewed-by: tschatzl, ehelin
This commit is contained in:
parent
802664728f
commit
2dbd4dd578
9 changed files with 127 additions and 61 deletions
|
@ -68,7 +68,6 @@ class ageTable VALUE_OBJ_CLASS_SPEC {
|
|||
// Merge another age table with the current one. Used
|
||||
// for parallel young generation gc.
|
||||
void merge(ageTable* subTable);
|
||||
void merge_par(ageTable* subTable);
|
||||
|
||||
// calculate new tenuring threshold based on age information
|
||||
uint compute_tenuring_threshold(size_t survivor_capacity, GCPolicyCounters* gc_counters);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue