< prev index next >

src/hotspot/share/code/dependencyContext.hpp

Print this page

        

*** 139,152 **** void remove_dependent_nmethod(nmethod* nm, bool expunge_stale_entries = false); int remove_all_dependents(); void expunge_stale_entries(); - // Unsafe deallocation of nmethodBuckets. Used in IK::release_C_heap_structures - // to clean up the context possibly containing live entries pointing to unloaded nmethods. - void wipe(); - #ifndef PRODUCT void print_dependent_nmethods(bool verbose); bool is_dependent_nmethod(nmethod* nm); bool find_stale_entries(); #endif //PRODUCT --- 139,148 ----
< prev index next >