hotspot/src/share/vm/utilities/copy.hpp
changeset 46625 edefffab74e2
parent 46620 750c6edff33b
equal deleted inserted replaced
46622:910fc72c03e8 46625:edefffab74e2
    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);