src/share/vm/code/nmethod.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/code/nmethod.hpp	Tue Sep 23 14:30:52 2014
--- new/src/share/vm/code/nmethod.hpp	Tue Sep 23 14:30:52 2014

*** 575,584 **** --- 575,585 ---- // note: native wrappers cannot be deoptimized. bool can_be_deoptimized() const { return is_java_method(); } // Inline cache support void clear_inline_caches(); + void clear_ic_stubs(); void cleanup_inline_caches(); bool inlinecache_check_contains(address addr) const { return (addr >= code_begin() && addr < verified_entry_point()); }

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