src/hotspot/share/aot/aotCompiledMethod.hpp
changeset 54355 f226ab0b7f21
parent 54150 5529640c5f67
child 55005 9b70ebd131b4
--- a/src/hotspot/share/aot/aotCompiledMethod.hpp	Mon Apr 01 07:34:56 2019 -0400
+++ b/src/hotspot/share/aot/aotCompiledMethod.hpp	Mon Apr 01 09:53:30 2019 -0400
@@ -206,8 +206,6 @@
   // AOT compiled methods do not get into zombie state
   virtual bool can_convert_to_zombie() { return false; }
 
-  // Evol dependent methods already marked.
-  virtual bool is_evol_dependent() { return false; }
   virtual bool is_dependent_on_method(Method* dependee) { return true; }
 
   virtual void clear_inline_caches();