--- old/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp 2019-07-16 20:29:24.362619838 -0700 +++ new/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp 2019-07-16 20:29:24.038608076 -0700 @@ -592,8 +592,8 @@ } -void LIR_Assembler::store_value_type_fields_to_buf(ciValueKlass* vk) { - __ store_value_type_fields_to_buf(vk); +int LIR_Assembler::store_value_type_fields_to_buf(ciValueKlass* vk) { + return (__ store_value_type_fields_to_buf(vk, false)); } int LIR_Assembler::safepoint_poll(LIR_Opr tmp, CodeEmitInfo* info) {