--- old/src/hotspot/cpu/x86/stubRoutines_x86_64.cpp 2018-04-27 15:30:46.265649303 -0700 +++ new/src/hotspot/cpu/x86/stubRoutines_x86_64.cpp 2018-04-27 15:30:45.965646543 -0700 @@ -49,4 +49,8 @@ address StubRoutines::x86::_vector_all_bits_set = NULL; address StubRoutines::x86::_vector_byte_bitset = NULL; address StubRoutines::x86::_vector_long_perm_mask = NULL; -address StubRoutines::x86::_vector_byte_saturation_mask = NULL; +address StubRoutines::x86::_vector_short_to_byte_mask = NULL; +address StubRoutines::x86::_vector_int_to_byte_mask = NULL; +address StubRoutines::x86::_vector_int_to_short_mask = NULL; +address StubRoutines::x86::_vector_32_bit_mask = NULL; +address StubRoutines::x86::_vector_64_bit_mask = NULL;