src/share/vm/oops/methodOop.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/oops/methodOop.cpp	Mon Oct 24 02:24:26 2011
--- new/src/share/vm/oops/methodOop.cpp	Mon Oct 24 02:24:25 2011

*** 1601,1611 **** --- 1601,1611 ---- { // Deoptimize all dependents on this method Thread *thread = Thread::current(); HandleMark hm(thread); methodHandle mh(thread, method); ! Universe::flush_dependents_on_method(mh); ! CodeCache::flush_dependents_on_method(mh); } } void BreakpointInfo::clear(methodOop method) { *method->bcp_from(_bci) = orig_bytecode();

src/share/vm/oops/methodOop.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File