equal
deleted
inserted
replaced
2173 \ |
2173 \ |
2174 product(uintx, MinSurvivorRatio, 3, \ |
2174 product(uintx, MinSurvivorRatio, 3, \ |
2175 "Minimum ratio of young generation/survivor space size") \ |
2175 "Minimum ratio of young generation/survivor space size") \ |
2176 \ |
2176 \ |
2177 product(uintx, InitialSurvivorRatio, 8, \ |
2177 product(uintx, InitialSurvivorRatio, 8, \ |
2178 "Initial ratio of eden/survivor space size") \ |
2178 "Initial ratio of young generation/survivor space size") \ |
2179 \ |
2179 \ |
2180 product(uintx, BaseFootPrintEstimate, 256*M, \ |
2180 product(uintx, BaseFootPrintEstimate, 256*M, \ |
2181 "Estimate of footprint other than Java Heap") \ |
2181 "Estimate of footprint other than Java Heap") \ |
2182 \ |
2182 \ |
2183 product(bool, UseGCOverheadLimit, true, \ |
2183 product(bool, UseGCOverheadLimit, true, \ |