diff src/share/vm/graal/graalCompiler.cpp @ 11561:e1309fc4d17f

ensure Debug.enable() is called before any DebugTimer or DebugMetric objects are requested
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Sep 2013 14:32:55 +0200
parents 4e6d6122c558
children 516b93ccf7c9
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Tue Sep 10 14:30:07 2013 +0200
+++ b/src/share/vm/graal/graalCompiler.cpp	Tue Sep 10 14:32:55 2013 +0200
@@ -95,6 +95,8 @@
         vm_abort(false);
       }
     }
+    VMToCompiler::finalizeOptions();
+
     if (UseCompiler) {
       VMToCompiler::startCompiler(BootstrapGraal);
       _initialized = true;