src/hotspot/share/aot/aotCompiledMethod.cpp
changeset 53641 c572eb605087
parent 53147 db1d11c253d8
child 54150 5529640c5f67
--- 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()) {