--- old/src/share/vm/code/nmethod.hpp 2014-01-14 16:45:09.626180588 +0100 +++ new/src/share/vm/code/nmethod.hpp 2014-01-14 16:45:09.426180593 +0100 @@ -679,7 +679,7 @@ // tells if any of this method's dependencies have been invalidated // (this is expensive!) - bool check_all_dependencies(); + static void check_all_dependencies(DepChange& changes); // tells if this compiled method is dependent on the given changes, // and the changes have invalidated it