test/hotspot/gtest/classfile/test_AltHashing.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
--- a/test/hotspot/gtest/classfile/test_AltHashing.cpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/test/hotspot/gtest/classfile/test_AltHashing.cpp	Tue Oct 31 11:55:09 2017 -0400
@@ -51,7 +51,7 @@
 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);
   }
 };