< prev index next >

src/share/vm/gc_implementation/g1/g1HRPrinter.cpp

Print this page
rev 7905 : imported patch 8067336-allow-that-plab-allocations-at-the-end-of-regions-are-flexible

*** 22,32 **** * */ #include "precompiled.hpp" #include "gc_implementation/g1/g1HRPrinter.hpp" ! #include "gc_implementation/g1/heapRegion.hpp" #include "utilities/ostream.hpp" PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC const char* G1HRPrinter::action_name(ActionType action) { --- 22,32 ---- * */ #include "precompiled.hpp" #include "gc_implementation/g1/g1HRPrinter.hpp" ! #include "gc_implementation/g1/heapRegion.inline.hpp" #include "utilities/ostream.hpp" PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC const char* G1HRPrinter::action_name(ActionType action) {
< prev index next >