--- old/src/hotspot/share/classfile/altHashing.hpp 2017-10-25 08:11:09.152585677 -0400 +++ new/src/hotspot/share/classfile/altHashing.hpp 2017-10-25 08:11:08.781585207 -0400 @@ -43,8 +43,8 @@ static juint Integer_rotateLeft(juint i, int distance) { return (i << distance) | (i >> (32 - distance)); } - static juint murmur3_32(const int* data, int len); - static juint murmur3_32(juint seed, const int* data, int len); + static juint murmur3_32(const jint* data, int len); + static juint murmur3_32(juint seed, const jint* data, int len); public: static juint compute_seed();