diff src/share/vm/graal/graalCompiler.cpp @ 9728:2dc020b33a6e

set bootstrapRunning flag earlier (in VMToCompiler.startCompiler)
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 16 May 2013 18:14:55 +0200
parents aa8f3fc0a9a9
children 35f93560b1f0
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Thu May 16 18:12:06 2013 +0200
+++ b/src/share/vm/graal/graalCompiler.cpp	Thu May 16 18:14:55 2013 +0200
@@ -95,7 +95,7 @@
       }
     }
     if (UseCompiler) {
-      VMToCompiler::startCompiler();
+      VMToCompiler::startCompiler(BootstrapGraal);
       _initialized = true;
       if (BootstrapGraal) {
         // We turn off CompileTheWorld and complete the VM startup so that