equal
deleted
inserted
replaced
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 |