comparison src/share/vm/opto/cfgnode.cpp @ 862:36b5611220a7

6863216: Clean up debugging debris inadvertently pushed with 6700789 Summary: Anti-delta for debugging debris that was inadvertently pushed. Reviewed-by: kvn, tonyp
author ysr
date Wed, 22 Jul 2009 18:25:00 -0700
parents df6caf649ff7
children 0a83664f978b
comparison
equal deleted inserted replaced
861:45d97a99715b 862:36b5611220a7
1787 } 1787 }
1788 1788
1789 #ifdef _LP64 1789 #ifdef _LP64
1790 // Push DecodeN down through phi. 1790 // Push DecodeN down through phi.
1791 // The rest of phi graph will transform by split EncodeP node though phis up. 1791 // The rest of phi graph will transform by split EncodeP node though phis up.
1792 if (UseNewCode && UseCompressedOops && can_reshape && progress == NULL) { 1792 if (UseCompressedOops && can_reshape && progress == NULL) {
1793 bool may_push = true; 1793 bool may_push = true;
1794 bool has_decodeN = false; 1794 bool has_decodeN = false;
1795 Node* in_decodeN = NULL; 1795 Node* in_decodeN = NULL;
1796 for (uint i=1; i<req(); ++i) {// For all paths in 1796 for (uint i=1; i<req(); ++i) {// For all paths in
1797 Node *ii = in(i); 1797 Node *ii = in(i);