src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.hpp	Wed Jan 15 01:41:24 2014
--- new/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.hpp	Wed Jan 15 01:41:24 2014

*** 76,86 **** --- 76,86 ---- bool unallocate_object(HeapWord* obj, size_t obj_size); // Returns a subregion containing all objects in this space. MemRegion used_region() { return MemRegion(bottom(), top()); } ! // Boolean querries. ! // Boolean queries. bool is_empty() const { return used() == 0; } bool not_empty() const { return used() > 0; } bool contains(const void* p) const { return _bottom <= p && p < _end; } // Size computations. Sizes are in bytes.

src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File