diff src/share/vm/code/nmethod.hpp @ 14733:b10e42998d01

nmethod: fix -XX:+PrintNMethodStatistics
author Bernhard Urban <bernhard.urban@jku.at>
date Tue, 25 Mar 2014 16:38:01 +0100
parents 29ccc4cbabca
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Tue Mar 25 14:23:43 2014 +0100
+++ b/src/share/vm/code/nmethod.hpp	Tue Mar 25 16:38:01 2014 +0100
@@ -694,7 +694,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,