--- old/src/hotspot/cpu/x86/stubRoutines_x86_64.cpp 2019-05-14 07:09:20.168513669 +0530 +++ new/src/hotspot/cpu/x86/stubRoutines_x86_64.cpp 2019-05-14 07:09:19.928513663 +0530 @@ -48,6 +48,7 @@ address StubRoutines::x86::_vector_double_sign_mask = NULL; address StubRoutines::x86::_vector_double_sign_flip = NULL; address StubRoutines::x86::_vector_all_bits_set = NULL; +address StubRoutines::x86::_vector_iota_indices = NULL; address StubRoutines::x86::_vector_byte_bitset = NULL; address StubRoutines::x86::_vector_long_perm_mask = NULL; address StubRoutines::x86::_vector_short_to_byte_mask = NULL;