src/hotspot/share/code/nmethod.hpp
changeset 54355 f226ab0b7f21
parent 54150 5529640c5f67
child 54669 ad45b3802d4e
--- a/src/hotspot/share/code/nmethod.hpp	Mon Apr 01 07:34:56 2019 -0400
+++ b/src/hotspot/share/code/nmethod.hpp	Mon Apr 01 09:53:30 2019 -0400
@@ -565,11 +565,6 @@
   // and the changes have invalidated it
   bool check_dependency_on(DepChange& changes);
 
-  // Evolution support. Tells if this compiled method is dependent on any of
-  // redefined methods, such that if m() is replaced,
-  // this compiled method will have to be deoptimized.
-  bool is_evol_dependent();
-
   // 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.