--- old/src/hotspot/share/c1/c1_LIRGenerator.hpp 2019-03-07 19:52:21.357959505 -0800 +++ new/src/hotspot/share/c1/c1_LIRGenerator.hpp 2019-03-07 19:52:21.117951066 -0800 @@ -266,7 +266,7 @@ void do_update_CRC32C(Intrinsic* x); void do_vectorizedMismatch(Intrinsic* x); - Value non_nullable_load_field_prolog(LoadField* x, CodeEmitInfo* info); + Value q_type_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);