src/share/vm/opto/output.hpp

changeset 5509
d1034bd8cefc
parent 2708
1d1603768966
child 6198
55fb97c4c58d
child 6462
e2722a66aba7
     1.1 --- a/src/share/vm/opto/output.hpp	Mon Aug 05 15:03:40 2013 -0700
     1.2 +++ b/src/share/vm/opto/output.hpp	Wed Aug 07 17:56:19 2013 +0200
     1.3 @@ -96,9 +96,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