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

/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp1343 size_t actual_gap = pointer_delta((HeapWord*) (max_uintx-3), *(end_addr())); local
1344 guarantee(actual_gap > (size_t)FastAllocateSizeLimit, "inline allocation wraps");
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3242 size_t actual_gap = base[i-1] - base[i] - bytes; local
3243 if (gap != actual_gap) {
3247 gap = actual_gap;

Completed in 88 milliseconds