hotspot/src/share/vm/memory/tenuredGeneration.cpp
changeset 30150 d9c940aa42ef
parent 29687 281ffb2398cd
--- a/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Thu Apr 02 09:14:16 2015 +0200
+++ b/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Thu Apr 02 10:04:27 2015 +0200
@@ -36,6 +36,9 @@
 #include "oops/oop.inline.hpp"
 #include "runtime/java.hpp"
 #include "utilities/macros.hpp"
+#if INCLUDE_ALL_GCS
+#include "gc_implementation/parNew/parOopClosures.hpp"
+#endif
 
 TenuredGeneration::TenuredGeneration(ReservedSpace rs,
                                      size_t initial_byte_size, int level,