comparison src/share/vm/utilities/hashtable.inline.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 d2a62e0f25eb
children
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197: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