8152491: Convert TracePageSizes to use UL

Reviewed-by: sjohanss, pliden
This commit is contained in:
Stefan Karlsson 2016-04-12 07:17:44 +02:00
parent 3200059098
commit cf254af2fb
17 changed files with 255 additions and 111 deletions

View file

@ -33,8 +33,6 @@
class GenerationSizer : public GenCollectorPolicy {
private:
void trace_gen_sizes(const char* const str);
// The alignment used for boundary between young gen and old gen
static size_t default_gen_alignment() { return 64 * K * HeapWordSize; }