diff src/share/vm/code/nmethod.hpp @ 13087:ec3e4f35e466

disabled argument/parameter/return value profiling in GRAALVM until issue with MethodData related crashes in interpreter are resolved
author Doug Simon <doug.simon@oracle.com>
date Wed, 20 Nov 2013 15:58:23 +0100
parents cefad50507d8
children 02f27ecb4f3a
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Wed Nov 20 00:10:38 2013 +0100
+++ b/src/share/vm/code/nmethod.hpp	Wed Nov 20 15:58:23 2013 +0100
@@ -696,7 +696,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,