hotspot/src/share/vm/memory/iterator.hpp
changeset 37466 287c4ebd11b0
parent 37106 0856b64af754
child 37995 92aec042a43b
--- a/hotspot/src/share/vm/memory/iterator.hpp	Tue Apr 12 07:17:44 2016 +0200
+++ b/hotspot/src/share/vm/memory/iterator.hpp	Tue Apr 12 09:53:43 2016 +0200
@@ -27,7 +27,7 @@
 
 #include "memory/allocation.hpp"
 #include "memory/memRegion.hpp"
-#include "utilities/top.hpp"
+#include "oops/oopsHierarchy.hpp"
 
 class CodeBlob;
 class nmethod;
@@ -35,6 +35,7 @@
 class DataLayout;
 class KlassClosure;
 class ClassLoaderData;
+class Symbol;
 
 // The following classes are C++ `closures` for iterating over objects, roots and spaces