< prev index next >

src/hotspot/share/memory/virtualspace.hpp

Print this page

        

@@ -23,11 +23,11 @@
  */
 
 #ifndef SHARE_VM_RUNTIME_VIRTUALSPACE_HPP
 #define SHARE_VM_RUNTIME_VIRTUALSPACE_HPP
 
-#include "memory/allocation.hpp"
+#include "utilities/globalDefinitions.hpp"
 
 // ReservedSpace is a data structure for reserving a contiguous address range.
 
 class ReservedSpace {
   friend class VMStructs;
< prev index next >