< prev index next >

src/share/vm/gc/g1/g1PageBasedVirtualSpace.hpp

Print this page

        

@@ -26,10 +26,11 @@
 #define SHARE_VM_GC_G1_G1PAGEBASEDVIRTUALSPACE_HPP
 
 #include "memory/allocation.hpp"
 #include "memory/memRegion.hpp"
 #include "memory/virtualspace.hpp"
+#include "utilities/align.hpp"
 #include "utilities/bitMap.hpp"
 
 class WorkGang;
 
 // Virtual space management helper for a virtual space with an OS page allocation
< prev index next >