< prev index next >

src/hotspot/share/opto/compile.cpp

Print this page
rev 49218 : 8192992: Test8007294.java failed: attempted to spill a non-spillable item
Summary: Fix bugs in schedule_late that forces load to early
Reviewed-by:

@@ -2380,10 +2380,12 @@
   check_node_count(0, "out of nodes matching instructions");
   if (failing()) {
     return;
   }
 
+  print_method(PHASE_MATCHING, 2);
+
   // Build a proper-looking CFG
   PhaseCFG cfg(node_arena(), root(), matcher);
   _cfg = &cfg;
   {
     TracePhase tp("scheduler", &timers[_t_scheduler]);
< prev index next >