src/share/vm/opto/matcher.cpp

changeset 3052
1af104d6cf99
parent 3047
f1c12354c3f7
child 3105
c26de9aef2ed
equal deleted inserted replaced
3051:11211f7cb5a0 3052:1af104d6cf99
824 // %%% Kludgery. Instead, fix ideal adr_type methods for all these cases: 824 // %%% Kludgery. Instead, fix ideal adr_type methods for all these cases:
825 if (nidx == Compile::AliasIdxTop && midx == Compile::AliasIdxRaw) { 825 if (nidx == Compile::AliasIdxTop && midx == Compile::AliasIdxRaw) {
826 switch (n->Opcode()) { 826 switch (n->Opcode()) {
827 case Op_PrefetchRead: 827 case Op_PrefetchRead:
828 case Op_PrefetchWrite: 828 case Op_PrefetchWrite:
829 case Op_PrefetchAllocation:
829 nidx = Compile::AliasIdxRaw; 830 nidx = Compile::AliasIdxRaw;
830 nat = TypeRawPtr::BOTTOM; 831 nat = TypeRawPtr::BOTTOM;
831 break; 832 break;
832 } 833 }
833 } 834 }

mercurial