hotspot/src/share/vm/opto/matcher.hpp
changeset 594 9f4474e5dbaf
parent 1 489c9b5090e2
child 762 1b26adb5fea1
child 670 ddf3e9583f2f
--- a/hotspot/src/share/vm/opto/matcher.hpp	Wed May 28 21:06:24 2008 -0700
+++ b/hotspot/src/share/vm/opto/matcher.hpp	Thu May 29 12:04:14 2008 -0700
@@ -48,7 +48,7 @@
   void ReduceOper( State *s, int newrule, Node *&mem, MachNode *mach );
 
   // If this node already matched using "rule", return the MachNode for it.
-  MachNode* find_shared_constant(Node* con, uint rule);
+  MachNode* find_shared_node(Node* n, uint rule);
 
   // Convert a dense opcode number to an expanded rule number
   const int *_reduceOp;
@@ -81,7 +81,7 @@
 
   Node_List &_proj_list;        // For Machine nodes killing many values
 
-  Node_Array _shared_constants;
+  Node_Array _shared_nodes;
 
   debug_only(Node_Array _old2new_map;)   // Map roots of ideal-trees to machine-roots