hotspot/src/share/vm/opto/node.cpp
changeset 35106 79f25c397652
parent 34503 57d1a0e76091
child 35539 9a687b686976
equal deleted inserted replaced
35105:dd35f17e611d 35106:79f25c397652
  2363       _nodes[i]->dump();
  2363       _nodes[i]->dump();
  2364     }
  2364     }
  2365 #endif
  2365 #endif
  2366 }
  2366 }
  2367 
  2367 
       
  2368 void Node_List::dump_simple() const {
       
  2369 #ifndef PRODUCT
       
  2370   for( uint i = 0; i < _cnt; i++ )
       
  2371     if( _nodes[i] ) {
       
  2372       tty->print(" %d", _nodes[i]->_idx);
       
  2373     } else {
       
  2374       tty->print(" NULL");
       
  2375     }
       
  2376 #endif
       
  2377 }
       
  2378 
  2368 //=============================================================================
  2379 //=============================================================================
  2369 //------------------------------remove-----------------------------------------
  2380 //------------------------------remove-----------------------------------------
  2370 void Unique_Node_List::remove( Node *n ) {
  2381 void Unique_Node_List::remove( Node *n ) {
  2371   if( _in_worklist[n->_idx] ) {
  2382   if( _in_worklist[n->_idx] ) {
  2372     for( uint i = 0; i < size(); i++ )
  2383     for( uint i = 0; i < size(); i++ )