diff src/share/vm/opto/graphKit.cpp @ 8883:b9a918201d47

Merge with hsx25
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sat, 06 Apr 2013 20:04:06 +0200
parents 86b4965f0c9a 30f42e691e70
children 836a62f43af9
line wrap: on
line diff
--- a/src/share/vm/opto/graphKit.cpp	Fri Apr 05 18:53:57 2013 +0200
+++ b/src/share/vm/opto/graphKit.cpp	Sat Apr 06 20:04:06 2013 +0200
@@ -3445,7 +3445,6 @@
 
 void GraphKit::final_sync(IdealKit& ideal) {
   // Final sync IdealKit and graphKit.
-  __ drain_delay_transform();
   sync_kit(ideal);
 }