comparison src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp @ 10369:5534bd30c151

6725714: par compact - add a table to speed up bitmap searches Reviewed-by: jmasa, tschatzl
author jcoomes
date Thu, 30 May 2013 13:04:51 -0700
parents 7b835924c31c
children f2110083203d
comparison
equal deleted inserted replaced
10363:8dbc025ff709 10369:5534bd30c151
114 size_t young_gen_alignment() const { return _young_gen_alignment; } 114 size_t young_gen_alignment() const { return _young_gen_alignment; }
115 size_t old_gen_alignment() const { return _old_gen_alignment; } 115 size_t old_gen_alignment() const { return _old_gen_alignment; }
116 116
117 // The alignment used for eden and survivors within the young gen 117 // The alignment used for eden and survivors within the young gen
118 // and for boundary between young gen and old gen. 118 // and for boundary between young gen and old gen.
119 size_t intra_heap_alignment() const { return 64 * K; } 119 size_t intra_heap_alignment() const { return 64 * K * HeapWordSize; }
120 120
121 size_t capacity() const; 121 size_t capacity() const;
122 size_t used() const; 122 size_t used() const;
123 123
124 // Return "true" if all generations have reached the 124 // Return "true" if all generations have reached the