< prev index next >

src/share/vm/utilities/copy.cpp

Print this page

        

@@ -22,10 +22,11 @@
  *
  */
 
 #include "precompiled.hpp"
 #include "runtime/sharedRuntime.hpp"
+#include "utilities/align.hpp"
 #include "utilities/copy.hpp"
 
 
 // Copy bytes; larger units are filled atomically if everything is aligned.
 void Copy::conjoint_memory_atomic(void* from, void* to, size_t size) {
< prev index next >