--- old/src/share/vm/opto/output.hpp 2013-08-07 02:26:16.866533143 +0200 +++ new/src/share/vm/opto/output.hpp 2013-08-07 02:26:16.742533144 +0200 @@ -96,9 +96,6 @@ // 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;