# HG changeset patch # User Doug Simon # Date 1370506246 -7200 # Node ID 6dfd53575553e4966f63cd9e155a54e3dd9cde66 # Parent 4fcd38b13eb199fdf1b0c286d3a522e4eda1a64c re-enabled initialization of debug environment on main thread diff -r 4fcd38b13eb1 -r 6dfd53575553 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java Thu Jun 06 10:09:49 2013 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java Thu Jun 06 10:10:46 2013 +0200 @@ -52,6 +52,7 @@ import com.oracle.graal.phases.*; import com.oracle.graal.phases.PhasePlan.PhasePosition; import com.oracle.graal.phases.common.*; +import com.oracle.graal.printer.*; import com.oracle.graal.replacements.*; /** @@ -177,6 +178,7 @@ if (DebugEnabled.getValue()) { Debug.enable(); + DebugEnvironment.initialize(log); } // Install intrinsics.