--- old/src/hotspot/share/c1/c1_LIRGenerator.hpp 2019-03-11 15:37:35.074193050 -0700 +++ new/src/hotspot/share/c1/c1_LIRGenerator.hpp 2019-03-11 15:37:34.830184175 -0700 @@ -266,6 +266,7 @@ void do_update_CRC32C(Intrinsic* x); void do_vectorizedMismatch(Intrinsic* x); + Value flattenable_load_field_prolog(LoadField* x, CodeEmitInfo* info); 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);