src/share/vm/opto/output.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/output.hpp	Wed Aug  7 01:31:03 2013
--- new/src/share/vm/opto/output.hpp	Wed Aug  7 01:31:02 2013

*** 94,106 **** --- 94,103 ---- Node_List _scheduled; // List of nodes currently available for choosing for scheduling Node_List _available; // Mapping from node (index) to basic block Block_Array& _bbs; // For each instruction beginning a bundle, the number of following // nodes to be bundled with it. Bundle *_node_bundling_base; // Mapping from register to Node

src/share/vm/opto/output.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File