src/hotspot/share/utilities/hashtable.inline.hpp
changeset 59290 97d13893ec3c
parent 59247 56bf71d64d51
equal deleted inserted replaced
59289:c887851da33d 59290:97d13893ec3c
    24 
    24 
    25 #ifndef SHARE_UTILITIES_HASHTABLE_INLINE_HPP
    25 #ifndef SHARE_UTILITIES_HASHTABLE_INLINE_HPP
    26 #define SHARE_UTILITIES_HASHTABLE_INLINE_HPP
    26 #define SHARE_UTILITIES_HASHTABLE_INLINE_HPP
    27 
    27 
    28 #include "memory/allocation.inline.hpp"
    28 #include "memory/allocation.inline.hpp"
    29 #include "runtime/orderAccess.hpp"
    29 #include "runtime/atomic.hpp"
    30 #include "utilities/hashtable.hpp"
    30 #include "utilities/hashtable.hpp"
    31 #include "utilities/dtrace.hpp"
    31 #include "utilities/dtrace.hpp"
    32 
    32 
    33 // Inline function definitions for hashtable.hpp.
    33 // Inline function definitions for hashtable.hpp.
    34 
    34