hotspot Udiff src/share/vm/memory/defNewGeneration.cpp (original) (raw)

< prev index next >

Print this page


@@ -46,10 +46,13 @@ #include "runtime/prefetch.inline.hpp" #include "runtime/thread.inline.hpp" #include "utilities/copy.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/stack.inline.hpp" +#if INCLUDE_ALL_GCS +#include "gc_implementation/parNew/parOopClosures.hpp" +#endif

PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC

// // DefNewGeneration functions.

< prev index next >