hotspot/src/share/vm/opto/block.hpp
changeset 33451 0712796e4039
parent 33065 55892792936f
child 35087 bdc3835a6e59
equal deleted inserted replaced
33450:08222df07d0d 33451:0712796e4039
   366 //------------------------------PhaseCFG---------------------------------------
   366 //------------------------------PhaseCFG---------------------------------------
   367 // Build an array of Basic Block pointers, one per Node.
   367 // Build an array of Basic Block pointers, one per Node.
   368 class PhaseCFG : public Phase {
   368 class PhaseCFG : public Phase {
   369   friend class VMStructs;
   369   friend class VMStructs;
   370  private:
   370  private:
   371 
       
   372   // Root of whole program
   371   // Root of whole program
   373   RootNode* _root;
   372   RootNode* _root;
   374 
   373 
   375   // The block containing the root node
   374   // The block containing the root node
   376   Block* _root_block;
   375   Block* _root_block;