--- old/src/hotspot/cpu/x86/stubRoutines_x86_64.cpp 2018-09-06 16:44:59.151951700 -0700 +++ new/src/hotspot/cpu/x86/stubRoutines_x86_64.cpp 2018-09-06 16:44:58.602040600 -0700 @@ -54,3 +54,9 @@ 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; +address StubRoutines::x86::_vector_int_shuffle_mask = NULL; +address StubRoutines::x86::_vector_int_size_mask = NULL; +address StubRoutines::x86::_vector_short_shuffle_mask = NULL; +address StubRoutines::x86::_vector_short_size_mask = NULL; +address StubRoutines::x86::_vector_long_shuffle_mask = NULL; +address StubRoutines::x86::_vector_long_size_mask = NULL;