< prev index next >

src/share/vm/gc/parallel/objectStartArray.cpp

Print this page

        

@@ -27,10 +27,11 @@
 #include "gc/shared/cardTableModRefBS.hpp"
 #include "memory/allocation.inline.hpp"
 #include "oops/oop.inline.hpp"
 #include "runtime/java.hpp"
 #include "services/memTracker.hpp"
+#include "utilities/align.hpp"
 
 void ObjectStartArray::initialize(MemRegion reserved_region) {
   // We're based on the assumption that we use the same
   // size blocks as the card table.
   assert((int)block_size == (int)CardTableModRefBS::card_size, "Sanity");
< prev index next >