--- old/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp Fri May 31 16:04:07 2013 +++ new/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp Fri May 31 16:04:07 2013 @@ -129,7 +129,7 @@ // The alignment used for eden and survivors within the young gen // and for boundary between young gen and old gen. - size_t intra_heap_alignment() const { return 64 * K; } + size_t intra_heap_alignment() const { return 64 * K * HeapWordSize; } size_t capacity() const; size_t used() const;