diff -r 0bde5d88aafe -r c572eb605087 src/hotspot/share/code/nmethod.hpp --- a/src/hotspot/share/code/nmethod.hpp Thu Jan 31 23:56:37 2019 +0800 +++ b/src/hotspot/share/code/nmethod.hpp Tue Feb 05 10:40:25 2019 -0500 @@ -588,9 +588,9 @@ bool check_dependency_on(DepChange& changes); // Evolution support. Tells if this compiled method is dependent on any of - // methods m() of class dependee, such that if m() in dependee is replaced, + // redefined methods, such that if m() is replaced, // this compiled method will have to be deoptimized. - bool is_evol_dependent_on(Klass* dependee); + bool is_evol_dependent(); // Fast breakpoint support. Tells if this compiled method is // dependent on the given method. Returns true if this nmethod