equal
deleted
inserted
replaced
24 |
24 |
25 #ifndef SHARE_VM_UTILITIES_COPY_HPP |
25 #ifndef SHARE_VM_UTILITIES_COPY_HPP |
26 #define SHARE_VM_UTILITIES_COPY_HPP |
26 #define SHARE_VM_UTILITIES_COPY_HPP |
27 |
27 |
28 #include "runtime/stubRoutines.hpp" |
28 #include "runtime/stubRoutines.hpp" |
|
29 #include "utilities/align.hpp" |
29 #include "utilities/macros.hpp" |
30 #include "utilities/macros.hpp" |
30 |
31 |
31 // Assembly code for platforms that need it. |
32 // Assembly code for platforms that need it. |
32 extern "C" { |
33 extern "C" { |
33 void _Copy_conjoint_words(HeapWord* from, HeapWord* to, size_t count); |
34 void _Copy_conjoint_words(HeapWord* from, HeapWord* to, size_t count); |