Searched refs:space_alignment (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp86 const size_t space_alignment = heap->intra_heap_alignment(); local
105 assert(space_shrinking->capacity_in_bytes() >= space_alignment,
107 delta_in_survivor = space_shrinking->capacity_in_bytes() - space_alignment;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsYoungGen.cpp842 const size_t space_alignment = heap->intra_heap_alignment();
861 assert(space_shrinking->capacity_in_bytes() >= space_alignment,
863 delta_in_survivor = space_shrinking->capacity_in_bytes() - space_alignment;

Completed in 32 milliseconds