< prev index next >

src/hotspot/share/code/nmethod.cpp


*** 2099,2111 **** if (! p->verify(this)) { tty->print_cr("\t\tin nmethod at " INTPTR_FORMAT " (pcs)", p2i(this)); } } - VerifyOopsClosure voc(this); - oops_do(&voc); - assert(voc.ok(), "embedded oops must be OK"); Universe::heap()->verify_nmethod(this); verify_scopes(); } --- 2099,2108 ----
< prev index next >