< prev index next >

src/hotspot/cpu/x86/stubRoutines_x86_64.cpp

Print this page

        

*** 46,55 **** --- 46,56 ---- address StubRoutines::x86::_vector_float_sign_mask = NULL; address StubRoutines::x86::_vector_float_sign_flip = NULL; 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; address StubRoutines::x86::_vector_byte_perm_mask = NULL; address StubRoutines::x86::_vector_int_to_byte_mask = NULL;
< prev index next >