hotspot/src/share/vm/prims/jni.cpp
changeset 33470 0ce01b662ff2
parent 33451 0712796e4039
parent 33230 23bb11a5cf4e
child 33628 09241459a8b8
child 33626 3c94db05e903
--- 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");
   }