hotspot/src/cpu/x86/vm/bytes_x86.hpp
changeset 46625 edefffab74e2
parent 46619 a3919f5e8d2b
equal deleted inserted replaced
46622:910fc72c03e8 46625:edefffab74e2
    24 
    24 
    25 #ifndef CPU_X86_VM_BYTES_X86_HPP
    25 #ifndef CPU_X86_VM_BYTES_X86_HPP
    26 #define CPU_X86_VM_BYTES_X86_HPP
    26 #define CPU_X86_VM_BYTES_X86_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
       
    29 #include "utilities/align.hpp"
    29 #include "utilities/macros.hpp"
    30 #include "utilities/macros.hpp"
    30 
    31 
    31 class Bytes: AllStatic {
    32 class Bytes: AllStatic {
    32  private:
    33  private:
    33 #ifndef AMD64
    34 #ifndef AMD64