--- old/src/hotspot/share/code/compiledMethod.cpp 2019-11-21 11:17:08.039535629 +0100 +++ new/src/hotspot/share/code/compiledMethod.cpp 2019-11-21 11:17:07.639529208 +0100 @@ -113,7 +113,7 @@ //----------------------------------------------------------------------------- ExceptionCache* CompiledMethod::exception_cache_acquire() const { - return OrderAccess::load_acquire(&_exception_cache); + return Atomic::load_acquire(&_exception_cache); } void CompiledMethod::add_exception_cache_entry(ExceptionCache* new_entry) {