src/share/vm/opto/output.hpp

changeset 6462
e2722a66aba7
parent 6441
d2907f74462e
parent 5509
d1034bd8cefc
child 6503
a9becfeecd1b
     1.1 --- a/src/share/vm/opto/output.hpp	Thu Aug 22 09:39:54 2013 -0700
     1.2 +++ b/src/share/vm/opto/output.hpp	Thu Sep 05 11:04:39 2013 -0700
     1.3 @@ -99,9 +99,6 @@
     1.4    // List of nodes currently available for choosing for scheduling
     1.5    Node_List _available;
     1.6  
     1.7 -  // Mapping from node (index) to basic block
     1.8 -  Block_Array& _bbs;
     1.9 -
    1.10    // For each instruction beginning a bundle, the number of following
    1.11    // nodes to be bundled with it.
    1.12    Bundle *_node_bundling_base;

mercurial