diff src/share/vm/graal/graalVMToCompiler.hpp @ 12779:f6c511451e4a

made Graal report its compilation info under -XX:+CITime in the same format as c1 and c2
author Doug Simon <doug.simon@oracle.com>
date Tue, 19 Nov 2013 01:31:19 +0100
parents 0dd597c6c9c7
children c0b0974dd509
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMToCompiler.hpp	Tue Nov 19 01:12:27 2013 +0100
+++ b/src/share/vm/graal/graalVMToCompiler.hpp	Tue Nov 19 01:31:19 2013 +0100
@@ -67,7 +67,7 @@
   static void shutdownCompiler();
   
   // public abstract void startCompiler(boolean bootstrapEnabled);
-  static void startCompiler(jboolean bootstrap_enabled);
+  static void startCompiler(jboolean bootstrap_enabled, jlong compilerStatisticsAddress);
   
   // public abstract void bootstrap();
   static void bootstrap();