< prev index next >

src/hotspot/share/code/compiledMethod.cpp

Print this page

        

*** 111,121 **** } //----------------------------------------------------------------------------- ExceptionCache* CompiledMethod::exception_cache_acquire() const { ! return OrderAccess::load_acquire(&_exception_cache); } void CompiledMethod::add_exception_cache_entry(ExceptionCache* new_entry) { assert(ExceptionCache_lock->owned_by_self(),"Must hold the ExceptionCache_lock"); assert(new_entry != NULL,"Must be non null"); --- 111,121 ---- } //----------------------------------------------------------------------------- ExceptionCache* CompiledMethod::exception_cache_acquire() const { ! return Atomic::load_acquire(&_exception_cache); } void CompiledMethod::add_exception_cache_entry(ExceptionCache* new_entry) { assert(ExceptionCache_lock->owned_by_self(),"Must hold the ExceptionCache_lock"); assert(new_entry != NULL,"Must be non null");
< prev index next >