diff 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
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Wed Jul 28 17:57:43 2010 -0400
+++ b/src/share/vm/code/nmethod.hpp	Tue Aug 03 08:13:38 2010 -0400
@@ -606,6 +606,8 @@
   void print_nul_chk_table()                      PRODUCT_RETURN;
   void print_nmethod(bool print_code);
 
+  // need to re-define this from CodeBlob else the overload hides it
+  virtual void print_on(outputStream* st) const { CodeBlob::print_on(st); }
   void print_on(outputStream* st, const char* title) const;
 
   // Logging