--- a/hotspot/src/share/vm/prims/jni.cpp Mon Jun 11 13:10:14 2012 -0400
+++ b/hotspot/src/share/vm/prims/jni.cpp Wed Jun 13 19:52:59 2012 -0400
@@ -23,6 +23,7 @@
*/
#include "precompiled.hpp"
+#include "classfile/altHashing.hpp"
#include "classfile/classLoader.hpp"
#include "classfile/javaClasses.hpp"
#include "classfile/symbolTable.hpp"
@@ -5053,6 +5054,7 @@
run_unit_test(arrayOopDesc::test_max_array_length());
run_unit_test(CollectedHeap::test_is_in());
run_unit_test(QuickSort::test_quick_sort());
+ run_unit_test(AltHashing::test_alt_hash());
tty->print_cr("All internal VM tests passed");
}
}