comparison src/share/vm/gc_implementation/shared/ageTable.hpp @ 545:58054a18d735

6484959: G1: introduce survivor spaces 6797754: G1: combined bugfix Summary: Implemented a policy to control G1 survivor space parameters. Reviewed-by: tonyp, iveresov
author apetrusenko
date Fri, 06 Feb 2009 01:38:50 +0300
parents a61af66fc99e
children 0fbdb4381b99
comparison
equal deleted inserted replaced
544:82a980778b92 545: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: