< prev index next >

src/hotspot/share/code/compiledMethod.hpp

Print this page
rev 54936 : [mq]: 8221734-v3

@@ -212,10 +212,11 @@
          unloaded      = 4   // there should be no activations, should not be called,
                              // will be transformed to zombie immediately
   };
 
   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 >