< prev index next >

src/share/vm/gc/g1/heapRegionSet.cpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 21,33 **** * questions. * */ #include "precompiled.hpp" ! #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" ! #include "gc_implementation/g1/heapRegionRemSet.hpp" ! #include "gc_implementation/g1/heapRegionSet.inline.hpp" uint FreeRegionList::_unrealistically_long_length = 0; void HeapRegionSetBase::fill_in_ext_msg(hrs_ext_msg* msg, const char* message) { msg->append("[%s] %s ln: %u cy: "SIZE_FORMAT, --- 21,33 ---- * questions. * */ #include "precompiled.hpp" ! #include "gc/g1/g1CollectedHeap.inline.hpp" ! #include "gc/g1/heapRegionRemSet.hpp" ! #include "gc/g1/heapRegionSet.inline.hpp" uint FreeRegionList::_unrealistically_long_length = 0; void HeapRegionSetBase::fill_in_ext_msg(hrs_ext_msg* msg, const char* message) { msg->append("[%s] %s ln: %u cy: "SIZE_FORMAT,
< prev index next >