--- old/src/hotspot/share/utilities/concurrentHashTableTasks.inline.hpp 2019-11-21 11:17:53.192260455 +0100 +++ new/src/hotspot/share/utilities/concurrentHashTableTasks.inline.hpp 2019-11-21 11:17:52.668252044 +0100 @@ -74,7 +74,7 @@ // Returns false if all ranges are claimed. bool have_more_work() { - return OrderAccess::load_acquire(&_next_to_claim) >= _stop_task; + return Atomic::load_acquire(&_next_to_claim) >= _stop_task; } void thread_owns_resize_lock(Thread* thread) {