On Fri, 28 Jul 2023 10:49:34 GMT, Pavel Rappo <pra...@openjdk.org> wrote:
> Perhaps surprisingly, we don't need int[]; what JDK seems to use is these: > > * byte[] > * unsigned byte[] > * Object[] All `vectorizedHashCode` variants are exposed (and testable) via the public `java.util.Arrays.hashCode(byte/char/short/int[])` methods. ------------- PR Comment: https://git.openjdk.org/jdk/pull/14831#issuecomment-1655620421