--- old/src/hotspot/share/c1/c1_LIRGenerator.hpp 2019-02-20 20:12:25.307607301 -0800 +++ new/src/hotspot/share/c1/c1_LIRGenerator.hpp 2019-02-20 20:12:25.083599074 -0800 @@ -267,6 +267,7 @@ void do_vectorizedMismatch(Intrinsic* x); void access_flattened_array(bool is_load, LIRItem& array, LIRItem& index, LIRItem& obj_item); + bool needs_flattened_array_store_check(StoreIndexed* x); void check_flattened_array(LIRItem& array, CodeStub* slow_path); public: