diff src/share/vm/code/nmethod.hpp @ 8159:c5ff08c22458

Fix regression in client compiler debug recording.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Mar 2013 00:39:48 +0100
parents b8f261ba79c6
children b89a97928e72
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Thu Mar 07 23:24:05 2013 +0100
+++ b/src/share/vm/code/nmethod.hpp	Fri Mar 08 00:39:48 2013 +0100
@@ -686,7 +686,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();
+  static void print_statistics()                  PRODUCT_RETURN;
 
   // Compiler task identification.  Note that all OSR methods
   // are numbered in an independent sequence if CICountOSR is true,