hotspot/src/share/vm/utilities/array.hpp
changeset 24351 61b33cc6d3cf
parent 22750 a3c879b18f22
child 24424 2658d7834c6e
equal deleted inserted replaced
24350:8d8c1012dacd 24351:61b33cc6d3cf
    26 #define SHARE_VM_UTILITIES_ARRAY_HPP
    26 #define SHARE_VM_UTILITIES_ARRAY_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "memory/allocation.inline.hpp"
    29 #include "memory/allocation.inline.hpp"
    30 #include "memory/metaspace.hpp"
    30 #include "memory/metaspace.hpp"
       
    31 #include "runtime/orderAccess.hpp"
    31 
    32 
    32 // correct linkage required to compile w/o warnings
    33 // correct linkage required to compile w/o warnings
    33 // (must be on file level - cannot be local)
    34 // (must be on file level - cannot be local)
    34 extern "C" { typedef int (*ftype)(const void*, const void*); }
    35 extern "C" { typedef int (*ftype)(const void*, const void*); }
    35 
    36