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

src/share/vm/opto/output.hpp

Print this page

        

*** 94,106 **** 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 --- 94,103 ----
src/share/vm/opto/output.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File