src/hotspot/share/code/compiledMethod.hpp
changeset 55479 80b27dc96ca3
parent 55293 d19dc5b10fbb
child 57490 7826a2a06f87
equal deleted inserted replaced
55478:ae2e53e379cb 55479:80b27dc96ca3
   212          unloaded      = 4   // there should be no activations, should not be called,
   212          unloaded      = 4   // there should be no activations, should not be called,
   213                              // will be transformed to zombie immediately
   213                              // will be transformed to zombie immediately
   214   };
   214   };
   215 
   215 
   216   virtual bool  is_in_use() const = 0;
   216   virtual bool  is_in_use() const = 0;
   217   virtual bool  is_not_installed() const = 0;
       
   218   virtual int   comp_level() const = 0;
   217   virtual int   comp_level() const = 0;
   219   virtual int   compile_id() const = 0;
   218   virtual int   compile_id() const = 0;
   220 
   219 
   221   virtual address verified_entry_point() const = 0;
   220   virtual address verified_entry_point() const = 0;
   222   virtual void log_identity(xmlStream* log) const = 0;
   221   virtual void log_identity(xmlStream* log) const = 0;