src/share/vm/oops/method.hpp
Index
Unified diffs
Context diffs
Sdiffs
Patch
New
Old
Previous File
Next File
*** old/src/share/vm/oops/method.hpp Fri Oct 24 13:42:10 2014
--- new/src/share/vm/oops/method.hpp Fri Oct 24 13:42:09 2014
*** 811,822 ****
--- 811,822 ----
// On-stack replacement support
bool has_osr_nmethod(int level, bool match_level) {
return method_holder()->lookup_osr_nmethod(this, InvocationEntryBci, level, match_level) != NULL;
}
! nmethod* lookup_osr_nmethod_for(int bci, int level, bool match_level, bool skip_marked = false) {
! return method_holder()->lookup_osr_nmethod(this, bci, level, match_level, skip_marked);
}
// Inline cache support
void cleanup_inline_caches();
src/share/vm/oops/method.hpp
Index
Unified diffs
Context diffs
Sdiffs
Patch
New
Old
Previous File
Next File