< prev index next >

src/share/vm/memory/padded.hpp

Print this page

        

@@ -24,10 +24,11 @@
 
 #ifndef SHARE_VM_MEMORY_PADDED_HPP
 #define SHARE_VM_MEMORY_PADDED_HPP
 
 #include "memory/allocation.hpp"
+#include "utilities/align.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 // Bytes needed to pad type to avoid cache-line sharing; alignment should be the
 // expected cache line size (a power of two).  The first addend avoids sharing
 // when the start address is not a multiple of alignment; the second maintains
< prev index next >