< prev index next >

src/hotspot/share/opto/memnode.cpp

Print this page

        

@@ -1433,12 +1433,10 @@
         }
       }
     }
   }
 
-  bool load_boxed_phi = load_boxed_values && base_is_phi && (base->in(0) == mem->in(0));
-
   // Split through Phi (see original code in loopopts.cpp).
   assert(C->have_alias_type(t_oop), "instance should have alias type");
 
   // Do nothing here if Identity will find a value
   // (to avoid infinite chain of value phis generation).
< prev index next >