hotspot/src/share/vm/opto/matcher.cpp
changeset 595 a2be4c89de81
parent 594 9f4474e5dbaf
child 762 1b26adb5fea1
child 670 ddf3e9583f2f
--- a/hotspot/src/share/vm/opto/matcher.cpp	Thu May 29 12:04:14 2008 -0700
+++ b/hotspot/src/share/vm/opto/matcher.cpp	Thu May 29 16:22:09 2008 -0700
@@ -744,6 +744,7 @@
   if (nidx == Compile::AliasIdxBot && midx == Compile::AliasIdxTop) {
     switch (n->Opcode()) {
     case Op_StrComp:
+    case Op_AryEq:
     case Op_MemBarVolatile:
     case Op_MemBarCPUOrder: // %%% these ideals should have narrower adr_type?
       nidx = Compile::AliasIdxTop;
@@ -1717,6 +1718,7 @@
         mstack.push(n->in(0), Pre_Visit);     // Visit Control input
         continue;                             // while (mstack.is_nonempty())
       case Op_StrComp:
+      case Op_AryEq:
         set_shared(n); // Force result into register (it will be anyways)
         break;
       case Op_ConP: {  // Convert pointers above the centerline to NUL