< prev index next >

src/hotspot/share/code/nmethod.cpp


*** 1622,1632 **** clear_jvmci_installed_code(); } } #endif ! unload_nmethod_caches(unloading_occurred); } } void nmethod::oops_do(OopClosure* f, bool allow_zombie) { // make sure the oops ready to receive visitors --- 1622,1633 ---- clear_jvmci_installed_code(); } } #endif ! guarantee(unload_nmethod_caches(unloading_occurred), ! "Should not need transition stubs"); } } void nmethod::oops_do(OopClosure* f, bool allow_zombie) { // make sure the oops ready to receive visitors
< prev index next >