< prev index next >

src/share/vm/code/codeCache.cpp

Print this page

        

*** 1283,1293 **** } #endif // HOTSWAP // Flushes compiled methods dependent on dependee ! void CodeCache::flush_dependents_on_method(methodHandle m_h) { // --- Compile_lock is not held. However we are at a safepoint. assert_locked_or_safepoint(Compile_lock); // CodeCache can only be updated by a thread_in_VM and they will all be // stopped dring the safepoint so CodeCache will be safe to update without --- 1283,1293 ---- } #endif // HOTSWAP // Flushes compiled methods dependent on dependee ! void CodeCache::flush_dependents_on_method(const methodHandle& m_h) { // --- Compile_lock is not held. However we are at a safepoint. assert_locked_or_safepoint(Compile_lock); // CodeCache can only be updated by a thread_in_VM and they will all be // stopped dring the safepoint so CodeCache will be safe to update without
< prev index next >