hotspot/src/share/vm/code/nmethod.hpp
changeset 6176 4d9030fe341f
parent 5924 dc9d04930c82
child 6187 4fa7845f7c14
equal deleted inserted replaced
6175:86dbf3cacacc 6176:4d9030fe341f
   604   void print_calls(outputStream* st)              PRODUCT_RETURN;
   604   void print_calls(outputStream* st)              PRODUCT_RETURN;
   605   void print_handler_table()                      PRODUCT_RETURN;
   605   void print_handler_table()                      PRODUCT_RETURN;
   606   void print_nul_chk_table()                      PRODUCT_RETURN;
   606   void print_nul_chk_table()                      PRODUCT_RETURN;
   607   void print_nmethod(bool print_code);
   607   void print_nmethod(bool print_code);
   608 
   608 
       
   609   // need to re-define this from CodeBlob else the overload hides it
       
   610   virtual void print_on(outputStream* st) const { CodeBlob::print_on(st); }
   609   void print_on(outputStream* st, const char* title) const;
   611   void print_on(outputStream* st, const char* title) const;
   610 
   612 
   611   // Logging
   613   // Logging
   612   void log_identity(xmlStream* log) const;
   614   void log_identity(xmlStream* log) const;
   613   void log_new_nmethod() const;
   615   void log_new_nmethod() const;