hotspot/src/share/vm/memory/generation.hpp
changeset 30291 54cdc5c1a9cb
parent 29800 fa5f7a2bf717
--- a/hotspot/src/share/vm/memory/generation.hpp	Mon Apr 27 09:02:41 2015 -0700
+++ b/hotspot/src/share/vm/memory/generation.hpp	Tue Apr 28 16:46:39 2015 -0400
@@ -30,10 +30,10 @@
 #include "memory/memRegion.hpp"
 #include "memory/referenceProcessor.hpp"
 #include "memory/universe.hpp"
+#include "memory/virtualspace.hpp"
 #include "memory/watermark.hpp"
 #include "runtime/mutex.hpp"
 #include "runtime/perfData.hpp"
-#include "runtime/virtualspace.hpp"
 
 // A Generation models a heap area for similarly-aged objects.
 // It will contain one ore more spaces holding the actual objects.