hotspot/src/share/vm/gc_implementation/shared/ageTable.hpp

Print this page
rev 611 : Merge

*** 57,66 **** --- 57,67 ---- } // 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); private: