changeset 2009 | 4adf43957a1b |
parent 1 | 489c9b5090e2 |
child 2105 | 347008ce7984 |
--- a/hotspot/src/share/vm/gc_implementation/shared/ageTable.hpp Thu Feb 05 11:42:10 2009 -0800 +++ b/hotspot/src/share/vm/gc_implementation/shared/ageTable.hpp Fri Feb 06 01:38:50 2009 +0300 @@ -56,6 +56,7 @@ // 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 int compute_tenuring_threshold(size_t survivor_capacity);