diff src/share/vm/opto/node.hpp @ 65:99269dbf4ba8

6674588: (Escape Analysis) Improve Escape Analysis code Summary: Current EA code has several problems which have to be fixed. Reviewed-by: jrose, sgoldman
author kvn
date Fri, 14 Mar 2008 15:26:33 -0700
parents eac007780a58
children f3b3fe64f59f ba764ed4b6f2
line wrap: on
line diff
--- a/src/share/vm/opto/node.hpp	Thu Mar 13 16:31:32 2008 -0700
+++ b/src/share/vm/opto/node.hpp	Fri Mar 14 15:26:33 2008 -0700
@@ -1328,7 +1328,6 @@
 // Inline definition of Compile::record_for_igvn must be deferred to this point.
 inline void Compile::record_for_igvn(Node* n) {
   _for_igvn->push(n);
-  record_for_escape_analysis(n);
 }
 
 //------------------------------Node_Stack-------------------------------------