6711930: NUMA allocator: ParOld can create a hole less than minimal object size in the lgrp chunk

The fix takes care of three issues that can create a hole less a minimal object in the lgrp chunk

Reviewed-by: ysr, apetrusenko
This commit is contained in:
Igor Veresov 2008-06-09 07:18:59 -07:00
parent 39463bb3fc
commit ed4e9a5d5c
6 changed files with 32 additions and 11 deletions

View file

@ -66,7 +66,7 @@ void ImmutableSpace::print() const {
#endif
void ImmutableSpace::verify(bool allow_dirty) const {
void ImmutableSpace::verify(bool allow_dirty) {
HeapWord* p = bottom();
HeapWord* t = end();
HeapWord* prev_p = NULL;