hotspot/src/share/vm/opto/matcher.cpp
changeset 10267 8bdeec886dc4
parent 10262 c5f62d314bee
child 10514 e229a19078cf
--- a/hotspot/src/share/vm/opto/matcher.cpp	Tue Aug 16 11:53:57 2011 -0700
+++ b/hotspot/src/share/vm/opto/matcher.cpp	Tue Aug 16 16:59:46 2011 -0700
@@ -826,6 +826,7 @@
     switch (n->Opcode()) {
     case Op_PrefetchRead:
     case Op_PrefetchWrite:
+    case Op_PrefetchAllocation:
       nidx = Compile::AliasIdxRaw;
       nat = TypeRawPtr::BOTTOM;
       break;