--- old/src/hotspot/share/ci/ciType.hpp 2018-09-06 16:45:34.201300800 -0700 +++ new/src/hotspot/share/ci/ciType.hpp 2018-09-06 16:45:33.671986000 -0700 @@ -74,6 +74,7 @@ bool is_two_word() const { return size() == 2; } bool is_vectormask(); + bool is_vectorshuffle(); bool is_vectorapi_vector(); int vectorapi_vector_size(); BasicType vectorapi_vector_bt();