diff -r fcad92f425c5 -r 56bf71d64d51 src/hotspot/share/code/compiledMethod.cpp --- a/src/hotspot/share/code/compiledMethod.cpp Mon Nov 25 14:06:13 2019 +0100 +++ b/src/hotspot/share/code/compiledMethod.cpp Mon Nov 25 12:22:13 2019 +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) {