src/hotspot/share/utilities/concurrentHashTableTasks.inline.hpp
changeset 59290 97d13893ec3c
parent 59249 29b0d0b61615
equal deleted inserted replaced
59289:c887851da33d 59290:97d13893ec3c
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_UTILITIES_CONCURRENTHASHTABLETASKS_INLINE_HPP
    25 #ifndef SHARE_UTILITIES_CONCURRENTHASHTABLETASKS_INLINE_HPP
    26 #define SHARE_UTILITIES_CONCURRENTHASHTABLETASKS_INLINE_HPP
    26 #define SHARE_UTILITIES_CONCURRENTHASHTABLETASKS_INLINE_HPP
    27 
    27 
       
    28 #include "runtime/atomic.hpp"
    28 #include "utilities/globalDefinitions.hpp"
    29 #include "utilities/globalDefinitions.hpp"
    29 #include "utilities/concurrentHashTable.inline.hpp"
    30 #include "utilities/concurrentHashTable.inline.hpp"
    30 
    31 
    31 // This inline file contains BulkDeleteTask and GrowTasks which are both bucket
    32 // This inline file contains BulkDeleteTask and GrowTasks which are both bucket
    32 // operations, which they are serialized with each other.
    33 // operations, which they are serialized with each other.