< prev index next >

src/hotspot/share/opto/memnode.cpp

Print this page

        

*** 1742,1752 **** mem->in(0) == alloc->initialization() && Opcode() == Op_LoadX && alloc->initialization()->proj_out_or_null(0) != NULL) { InitializeNode* init = alloc->initialization(); Node* control = init->proj_out(0); ! return alloc->make_ideal_mark(phase, address, control, mem); } return progress ? this : NULL; } --- 1742,1752 ---- mem->in(0) == alloc->initialization() && Opcode() == Op_LoadX && alloc->initialization()->proj_out_or_null(0) != NULL) { InitializeNode* init = alloc->initialization(); Node* control = init->proj_out(0); ! return alloc->make_ideal_mark(phase, control, mem); } return progress ? this : NULL; }
< prev index next >