diff -r 0bde5d88aafe -r c572eb605087 src/hotspot/share/aot/aotCompiledMethod.cpp --- a/src/hotspot/share/aot/aotCompiledMethod.cpp Thu Jan 31 23:56:37 2019 +0800 +++ b/src/hotspot/share/aot/aotCompiledMethod.cpp Tue Feb 05 10:40:25 2019 -0500 @@ -428,10 +428,6 @@ return pltcall->instruction_address(); } -bool AOTCompiledMethod::is_evol_dependent_on(Klass* dependee) { - return !is_aot_runtime_stub() && _heap->is_dependent_method(dependee, this); -} - void AOTCompiledMethod::clear_inline_caches() { assert(SafepointSynchronize::is_at_safepoint(), "cleaning of IC's only allowed at safepoint"); if (is_zombie()) {