comparison src/share/vm/gc_implementation/shared/immutableSpace.hpp @ 190:d1635bf93939

6711930: NUMA allocator: ParOld can create a hole less than minimal object size in the lgrp chunk Summary: The fix takes care of three issues that can create a hole less a minimal object in the lgrp chunk Reviewed-by: ysr, apetrusenko
author iveresov
date Mon, 09 Jun 2008 07:18:59 -0700
parents a61af66fc99e
children d1605aabd0a1
comparison
equal deleted inserted replaced
189:0b27f3512f9e 190:d1635bf93939
57 virtual void object_iterate(ObjectClosure* cl); 57 virtual void object_iterate(ObjectClosure* cl);
58 58
59 // Debugging 59 // Debugging
60 virtual void print() const PRODUCT_RETURN; 60 virtual void print() const PRODUCT_RETURN;
61 virtual void print_short() const PRODUCT_RETURN; 61 virtual void print_short() const PRODUCT_RETURN;
62 virtual void verify(bool allow_dirty) const; 62 virtual void verify(bool allow_dirty);
63 }; 63 };