changeset 238 | 803c80713999 |
parent 236 | 9a04268c8eea |
child 360 | 21d113ecbf6a |
child 258 | dbd6f2ed7ba0 |
--- a/hotspot/src/share/vm/opto/node.hpp Thu Mar 13 16:31:32 2008 -0700 +++ b/hotspot/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-------------------------------------