diff src/share/vm/opto/matcher.hpp @ 216:8d191a7697e2

6715633: when matching a memory node the adr_type should not change Summary: verify the adr_type of a mach node was not changed Reviewed-by: rasbold, never
author kvn
date Fri, 20 Jun 2008 11:10:05 -0700
parents 7793bd37a336
children 2a1a77d3458f
line wrap: on
line diff
--- a/src/share/vm/opto/matcher.hpp	Fri Jun 20 10:17:09 2008 -0700
+++ b/src/share/vm/opto/matcher.hpp	Fri Jun 20 11:10:05 2008 -0700
@@ -104,6 +104,8 @@
 #ifdef ASSERT
   // Make sure only new nodes are reachable from this node
   void verify_new_nodes_only(Node* root);
+
+  Node* _mem_node;   // Ideal memory node consumed by mach node
 #endif
 
 public: