hotspot/src/share/vm/opto/output.cpp
changeset 589 a44a1e70a3e4
parent 239 fb31825d5444
child 768 d0bebc7eefc2
child 670 ddf3e9583f2f
equal deleted inserted replaced
588:96be33305a55 589:a44a1e70a3e4
    46   assert( _cfg->_broot->_nodes.size() == 0, "" );
    46   assert( _cfg->_broot->_nodes.size() == 0, "" );
    47 
    47 
    48   // Initialize the space for the BufferBlob used to find and verify
    48   // Initialize the space for the BufferBlob used to find and verify
    49   // instruction size in MachNode::emit_size()
    49   // instruction size in MachNode::emit_size()
    50   init_scratch_buffer_blob();
    50   init_scratch_buffer_blob();
       
    51   if (failing())  return; // Out of memory
    51 
    52 
    52   // Make sure I can find the Start Node
    53   // Make sure I can find the Start Node
    53   Block_Array& bbs = _cfg->_bbs;
    54   Block_Array& bbs = _cfg->_bbs;
    54   Block *entry = _cfg->_blocks[1];
    55   Block *entry = _cfg->_blocks[1];
    55   Block *broot = _cfg->_broot;
    56   Block *broot = _cfg->_broot;