diff src/share/vm/opto/matcher.cpp @ 7206:d2f8c38e543d

Merge
author roland
date Fri, 07 Dec 2012 01:09:03 -0800
parents 2aff40cb4703
children b30b3c2a0cf2
line wrap: on
line diff
--- a/src/share/vm/opto/matcher.cpp	Fri Nov 30 17:00:32 2012 -0800
+++ b/src/share/vm/opto/matcher.cpp	Fri Dec 07 01:09:03 2012 -0800
@@ -342,6 +342,7 @@
   // Reset node counter so MachNodes start with _idx at 0
   int nodes = C->unique(); // save value
   C->set_unique(0);
+  C->reset_dead_node_list();
 
   // Recursively match trees from old space into new space.
   // Correct leaves of new-space Nodes; they point to old-space.