src/hotspot/share/opto/gcm.cpp
changeset 50982 0a8198fa7e7a
parent 50822 87aef9853b52
child 51078 fc6cfe40e32a
--- a/src/hotspot/share/opto/gcm.cpp	Wed Jul 04 17:49:21 2018 +0530
+++ b/src/hotspot/share/opto/gcm.cpp	Tue Jul 03 09:11:00 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.)
       //