diff src/share/vm/graal/graalCompiler.cpp @ 13103:c0b0974dd509

moved notification of Graal compilation statistics from VMToCompiler to CompilerToVM
author Doug Simon <doug.simon@oracle.com>
date Thu, 21 Nov 2013 22:08:04 +0100
parents b65b34c524cb
children dd941feb26cb
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Thu Nov 21 15:04:54 2013 +0100
+++ b/src/share/vm/graal/graalCompiler.cpp	Thu Nov 21 22:08:04 2013 +0100
@@ -102,8 +102,7 @@
 
     if (UseCompiler) {
       bool bootstrap = GRAALVM_ONLY(BootstrapGraal) NOT_GRAALVM(false);
-      jlong compilerStatisticsAddress = (jlong) ((address) (stats()));
-      VMToCompiler::startCompiler(bootstrap, compilerStatisticsAddress);
+      VMToCompiler::startCompiler(bootstrap);
       _initialized = true;
       CompilationPolicy::completed_vm_startup();
       if (bootstrap) {