< prev index next >

test/hotspot/gtest/classfile/test_AltHashing.cpp

Print this page

        

@@ -49,11 +49,11 @@
 static const juint MURMUR3_32_X86_CHECK_VALUE = 0xB0F57EE3;
 
 class AltHashingTest : public ::testing::Test {
  public:
 
-  static juint murmur3_32(const int* data, int len) {
+  static juint murmur3_32(const jint* data, int len) {
     return AltHashing::murmur3_32(data, len);
   }
 };
 
 TEST_F(AltHashingTest, murmur3_32_byte_array_test) {
< prev index next >