diff src/share/vm/code/nmethod.hpp @ 9700:197426668a5d

Enabled nmethod statistics for the HotSpot product build.
author Christian Haeubl <haeubl@ssw.jku.at>
date Wed, 08 May 2013 17:21:38 +0200
parents b89a97928e72
children ebb32c4589f3
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Wed May 08 16:31:59 2013 +0200
+++ b/src/share/vm/code/nmethod.hpp	Wed May 08 17:21:38 2013 +0200
@@ -689,7 +689,7 @@
 
   // Prints a comment for one native instruction (reloc info, pc desc)
   void print_code_comment_on(outputStream* st, int column, address begin, address end);
-  static void print_statistics()                  PRODUCT_RETURN;
+  static void print_statistics();
 
   // Compiler task identification.  Note that all OSR methods
   // are numbered in an independent sequence if CICountOSR is true,