src/share/vm/utilities/hashtable.inline.hpp

changeset 6911
ce8f6bb717c9
parent 3900
d2a62e0f25eb
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
6910:c8dd4f65cc76 6911:ce8f6bb717c9
24 24
25 #ifndef SHARE_VM_UTILITIES_HASHTABLE_INLINE_HPP 25 #ifndef SHARE_VM_UTILITIES_HASHTABLE_INLINE_HPP
26 #define SHARE_VM_UTILITIES_HASHTABLE_INLINE_HPP 26 #define SHARE_VM_UTILITIES_HASHTABLE_INLINE_HPP
27 27
28 #include "memory/allocation.inline.hpp" 28 #include "memory/allocation.inline.hpp"
29 #include "runtime/orderAccess.inline.hpp"
29 #include "utilities/hashtable.hpp" 30 #include "utilities/hashtable.hpp"
30 #include "utilities/dtrace.hpp" 31 #include "utilities/dtrace.hpp"
31 32
32 // Inline function definitions for hashtable.hpp. 33 // Inline function definitions for hashtable.hpp.
33 34

mercurial