src/hotspot/share/aot/aotCompiledMethod.hpp
changeset 55479 80b27dc96ca3
parent 55293 d19dc5b10fbb
child 57490 7826a2a06f87
--- a/src/hotspot/share/aot/aotCompiledMethod.hpp	Mon Jun 24 16:51:23 2019 -0400
+++ b/src/hotspot/share/aot/aotCompiledMethod.hpp	Mon Jun 24 22:38:17 2019 -0400
@@ -176,7 +176,6 @@
                                                  state() == not_used; }
   virtual bool is_alive() const { return _is_alive(); }
   virtual bool is_in_use() const { return state() == in_use; }
-  virtual bool is_not_installed() const { return state() == not_installed; }
 
   virtual bool is_unloading() { return false; }