< prev index next >

src/hotspot/share/code/compiledMethod.hpp

Print this page
rev 56098 : imported patch 8226705-8221734-baseline

@@ -212,10 +212,11 @@
                              // transformed to zombie by the sweeper, when not "locked in vm".
          zombie        = 4   // no activations exist, nmethod is ready for purge
   };
 
   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;
 
   virtual address verified_entry_point() const = 0;
   virtual void log_identity(xmlStream* log) const = 0;
< prev index next >