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

src/share/vm/code/nmethod.hpp

Print this page

        

*** 677,687 **** // PrimitiveIC* primitiveIC_at(char* p) const; oop embeddedOop_at(address p); // tells if any of this method's dependencies have been invalidated // (this is expensive!) ! bool check_all_dependencies(); // tells if this compiled method is dependent on the given changes, // and the changes have invalidated it bool check_dependency_on(DepChange& changes); --- 677,687 ---- // PrimitiveIC* primitiveIC_at(char* p) const; oop embeddedOop_at(address p); // tells if any of this method's dependencies have been invalidated // (this is expensive!) ! static void check_all_dependencies(DepChange& changes); // tells if this compiled method is dependent on the given changes, // and the changes have invalidated it bool check_dependency_on(DepChange& changes);
src/share/vm/code/nmethod.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File