--- a/src/hotspot/share/aot/aotCompiledMethod.hpp Thu Jan 31 23:56:37 2019 +0800
+++ b/src/hotspot/share/aot/aotCompiledMethod.hpp Tue Feb 05 10:40:25 2019 -0500
@@ -206,7 +206,8 @@
// AOT compiled methods do not get into zombie state
virtual bool can_convert_to_zombie() { return false; }
- virtual bool is_evol_dependent_on(Klass* dependee);
+ // 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();