diff src/share/vm/compiler/compileBroker.hpp @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents 7848fc12602b
children c28cb37b2e1d
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.hpp	Wed May 27 13:43:27 2015 +0200
+++ b/src/share/vm/compiler/compileBroker.hpp	Thu May 28 15:36:48 2015 +0200
@@ -456,7 +456,7 @@
   // Redefine Classes support
   static void mark_on_stack();
 
-#ifdef GRAAL
+#ifdef JVMCI
   // Print curent compilation time stats for a given compiler
   static void print_times(AbstractCompiler* comp);
 #endif