diff src/share/vm/opto/output.hpp @ 12023:d1034bd8cefc

8022284: Hide internal data structure in PhaseCFG Summary: Hide private node to block mapping using public interface Reviewed-by: kvn, roland
author adlertz
date Wed, 07 Aug 2013 17:56:19 +0200
parents 1d1603768966
children de6a9e811145 e2722a66aba7
line wrap: on
line diff
--- a/src/share/vm/opto/output.hpp	Mon Aug 05 15:03:40 2013 -0700
+++ b/src/share/vm/opto/output.hpp	Wed Aug 07 17:56:19 2013 +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;