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

/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp815 HeapWord* current_top = top(); local
816 assert(p <= current_top,
818 p, current_top));
819 assert(p == current_top || oop(p)->is_oop(),
821 "current_top: " PTR_FORMAT ", is_oop: %s",
822 p, current_top, BOOL_TO_STR(oop(p)->is_oop())));
823 if (p < current_top) {
826 assert(p == current_top, "just checking");

Completed in 31 milliseconds