< prev index next >

src/hotspot/share/gc/z/zNMethod.cpp

Print this page
rev 54621 : imported patch 8221734-v1

*** 282,292 **** nm->flush_dependencies(false /* delete_immediately */); // We don't need to take the lock when unlinking nmethods from // the Method, because it is only concurrently unlinked by // the entry barrier, which acquires the per nmethod lock. ! nm->unlink_from_method(false /* acquire_lock */); return; } // Heal oops and disarm ZNMethodOopClosure cl; --- 282,292 ---- nm->flush_dependencies(false /* delete_immediately */); // We don't need to take the lock when unlinking nmethods from // the Method, because it is only concurrently unlinked by // the entry barrier, which acquires the per nmethod lock. ! nm->unlink_from_method(); return; } // Heal oops and disarm ZNMethodOopClosure cl;
< prev index next >