hotspot/src/share/vm/c1/c1_LinearScan.cpp
changeset 11964 96fb8c3562f7
parent 11792 fd885d66cb86
child 12739 09f26b73ae66
--- a/hotspot/src/share/vm/c1/c1_LinearScan.cpp	Tue Feb 28 10:04:01 2012 -0800
+++ b/hotspot/src/share/vm/c1/c1_LinearScan.cpp	Tue Feb 28 09:13:58 2012 +0100
@@ -1884,7 +1884,7 @@
 
   if (move_resolver.has_mappings()) {
     // insert moves after first instruction
-    move_resolver.set_insert_position(block->lir(), 1);
+    move_resolver.set_insert_position(block->lir(), 0);
     move_resolver.resolve_and_append_moves();
   }
 }