changeset 50926 | 79baec7d831e |
parent 50822 | 87aef9853b52 |
child 51078 | fc6cfe40e32a |
--- a/src/hotspot/share/opto/gcm.cpp Tue Jul 03 02:07:49 2018 +0200 +++ b/src/hotspot/share/opto/gcm.cpp Tue Jul 03 10:47:50 2018 +0200 @@ -683,7 +683,7 @@ Block* store_block = get_block_for_node(store); assert(store_block != NULL, "unused killing projections skipped above"); - if (store->is_Phi() && store->in(0)->is_Loop()) { + if (store->is_Phi()) { // Loop-phis need to raise load before input. (Other phis are treated // as store below.) //