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

changeset 980
58054a18d735
parent 435
a61af66fc99e
child 1014
0fbdb4381b99
equal deleted inserted replaced
979:82a980778b92 980:58054a18d735
54 } 54 }
55 55
56 // Merge another age table with the current one. Used 56 // Merge another age table with the current one. Used
57 // for parallel young generation gc. 57 // for parallel young generation gc.
58 void merge(ageTable* subTable); 58 void merge(ageTable* subTable);
59 void merge_par(ageTable* subTable);
59 60
60 // calculate new tenuring threshold based on age information 61 // calculate new tenuring threshold based on age information
61 int compute_tenuring_threshold(size_t survivor_capacity); 62 int compute_tenuring_threshold(size_t survivor_capacity);
62 63
63 private: 64 private:

mercurial