hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp
changeset 30154 39cd4e2ccf1c
parent 30147 af9a41999c6e
--- a/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp	Thu Apr 02 16:07:27 2015 +0200
+++ b/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp	Thu Apr 02 16:08:41 2015 +0200
@@ -25,9 +25,9 @@
 #include "precompiled.hpp"
 #include "gc_implementation/shared/ageTable.hpp"
 #include "gc_implementation/shared/gcPolicyCounters.hpp"
+#include "gc_interface/collectedHeap.hpp"
 #include "memory/collectorPolicy.hpp"
 #include "memory/resourceArea.hpp"
-#include "memory/sharedHeap.hpp"
 #include "runtime/atomic.inline.hpp"
 #include "utilities/copy.hpp"