comparison src/share/vm/utilities/array.hpp @ 20197:ce8f6bb717c9

8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
author goetz
date Tue, 29 Apr 2014 15:17:27 +0200
parents 78bbf4d43a14
children 2c6ef90f030a
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197:ce8f6bb717c9
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