hotspot/src/share/vm/utilities/bitMap.hpp
changeset 46625 edefffab74e2
parent 46619 a3919f5e8d2b
child 46745 f7b9bb98bb72
equal deleted inserted replaced
46622:910fc72c03e8 46625:edefffab74e2
    24 
    24 
    25 #ifndef SHARE_VM_UTILITIES_BITMAP_HPP
    25 #ifndef SHARE_VM_UTILITIES_BITMAP_HPP
    26 #define SHARE_VM_UTILITIES_BITMAP_HPP
    26 #define SHARE_VM_UTILITIES_BITMAP_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
       
    29 #include "utilities/align.hpp"
    29 
    30 
    30 // Forward decl;
    31 // Forward decl;
    31 class BitMapClosure;
    32 class BitMapClosure;
    32 
    33 
    33 // Operations for bitmaps represented as arrays of unsigned integers.
    34 // Operations for bitmaps represented as arrays of unsigned integers.