src/hotspot/share/code/compiledMethod.hpp
changeset 55005 9b70ebd131b4
parent 54839 e9db10a375d9
child 55293 d19dc5b10fbb
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/code/compiledMethod.hpp	Thu May 23 09:46:49 2019 +0200
+++ b/src/hotspot/share/code/compiledMethod.hpp	Thu May 23 10:13:29 2019 +0200
@@ -214,6 +214,7 @@
   };
 
   virtual bool  is_in_use() const = 0;
+  virtual bool  is_not_installed() const = 0;
   virtual int   comp_level() const = 0;
   virtual int   compile_id() const = 0;