hotspot/src/share/vm/classfile/altHashing.cpp
changeset 35529 39376b4613b5
parent 33105 294e48b4f704
child 39693 8b6e966563ce
--- a/hotspot/src/share/vm/classfile/altHashing.cpp	Mon Jan 18 19:10:32 2016 +0100
+++ b/hotspot/src/share/vm/classfile/altHashing.cpp	Tue Jan 19 11:00:29 2016 +0100
@@ -300,4 +300,8 @@
   testMurmur3_32_ByteArray();
   testEquivalentHashes();
 }
+
+void AltHashing_test() {
+  AltHashing::test_alt_hash();
+}
 #endif // PRODUCT