< prev index next >

src/hotspot/share/code/nmethod.cpp


*** 1623,1633 **** } } #endif guarantee(unload_nmethod_caches(unloading_occurred), ! "Should not need tranisition stubs"); } } void nmethod::oops_do(OopClosure* f, bool allow_zombie) { // make sure the oops ready to receive visitors --- 1623,1633 ---- } } #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 >