diff -r 30f4811eded0 -r 0ce01b662ff2 hotspot/src/share/vm/prims/jni.cpp --- a/hotspot/src/share/vm/prims/jni.cpp Mon Oct 26 19:33:31 2015 -0700 +++ b/hotspot/src/share/vm/prims/jni.cpp Tue Oct 27 01:45:01 2015 -0400 @@ -3876,6 +3876,7 @@ void TestCodeCacheRemSet_test(); void FreeRegionList_test(); void test_memset_with_concurrent_readers(); +void TestPredictions_test(); #endif void execute_internal_vm_tests() { @@ -3920,6 +3921,7 @@ run_unit_test(FreeRegionList_test()); } run_unit_test(test_memset_with_concurrent_readers()); + run_unit_test(TestPredictions_test()); #endif tty->print_cr("All internal VM tests passed"); }