comparison src/share/vm/code/nmethod.hpp @ 1681:126ea7725993

6953477: Increase portability and flexibility of building Hotspot Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
author bobv
date Tue, 03 Aug 2010 08:13:38 -0400
parents 2a47bd84841f
children d2ede61b7a12
comparison
equal deleted inserted replaced
1680:a64438a2b7e8 1681:126ea7725993
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;