hotspot/src/share/vm/opto/output.hpp
changeset 22828 17ecb098bc1e
parent 22807 1cf02ef734e2
parent 19279 4be3c2e6663c
child 22872 b6902ee5bc8d
equal deleted inserted replaced
22827:07d991d45a51 22828:17ecb098bc1e
    97   Node_List _scheduled;
    97   Node_List _scheduled;
    98 
    98 
    99   // List of nodes currently available for choosing for scheduling
    99   // List of nodes currently available for choosing for scheduling
   100   Node_List _available;
   100   Node_List _available;
   101 
   101 
   102   // Mapping from node (index) to basic block
       
   103   Block_Array& _bbs;
       
   104 
       
   105   // For each instruction beginning a bundle, the number of following
   102   // For each instruction beginning a bundle, the number of following
   106   // nodes to be bundled with it.
   103   // nodes to be bundled with it.
   107   Bundle *_node_bundling_base;
   104   Bundle *_node_bundling_base;
   108 
   105 
   109   // Mapping from register to Node
   106   // Mapping from register to Node