--- a/src/hotspot/share/code/compiledMethod.hpp Thu Jan 31 23:56:37 2019 +0800
+++ b/src/hotspot/share/code/compiledMethod.hpp Tue Feb 05 10:40:25 2019 -0500
@@ -367,7 +367,7 @@
int verify_icholder_relocations();
void verify_oop_relocations();
- virtual bool is_evol_dependent_on(Klass* dependee) = 0;
+ virtual bool is_evol_dependent() = 0;
// Fast breakpoint support. Tells if this compiled method is
// dependent on the given method. Returns true if this nmethod
// corresponds to the given method as well.