src/share/vm/code/nmethod.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/code/nmethod.cpp	Tue Sep  9 08:48:31 2014
--- new/src/share/vm/code/nmethod.cpp	Tue Sep  9 08:48:31 2014

*** 1362,1373 **** --- 1362,1371 ---- void nmethod::invalidate_osr_method() { assert(_entry_bci != InvocationEntryBci, "wrong kind of nmethod"); // Remove from list of active nmethods if (method() != NULL) method()->method_holder()->remove_osr_nmethod(this); // Set entry as invalid _entry_bci = InvalidOSREntryBci; } void nmethod::log_state_change() const { if (LogCompilation) { if (xtty != NULL) {

src/share/vm/code/nmethod.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File