hotspot/src/share/vm/opto/compile.cpp
changeset 33065 55892792936f
parent 32202 7e7ad8b06f5b
child 33158 f4e6c593ba73
child 33129 e0bcbb5015b3
--- a/hotspot/src/share/vm/opto/compile.cpp	Wed Sep 16 20:33:16 2015 +0200
+++ b/hotspot/src/share/vm/opto/compile.cpp	Wed Sep 16 13:16:17 2015 -0700
@@ -2336,7 +2336,7 @@
     debug_only( cfg.verify(); )
   }
 
-  PhaseChaitin regalloc(unique(), cfg, matcher);
+  PhaseChaitin regalloc(unique(), cfg, matcher, false);
   _regalloc = &regalloc;
   {
     TracePhase tp("regalloc", &timers[_t_registerAllocation]);