hotspot/src/share/vm/opto/compile.cpp
changeset 11435 3fde349bcbcf
parent 11430 718fc06da49a
child 12158 f24f2560da32
--- a/hotspot/src/share/vm/opto/compile.cpp	Fri Dec 23 15:24:36 2011 -0800
+++ b/hotspot/src/share/vm/opto/compile.cpp	Tue Dec 27 15:08:43 2011 -0800
@@ -2522,7 +2522,7 @@
             break;
           }
         }
-        assert(p != NULL, "must be found");
+        assert(proj != NULL, "must be found");
         p->subsume_by(proj);
       }
     }