hotspot/src/share/vm/prims/jni.cpp
changeset 22773 76673a1bac03
parent 22737 c2f6dd6c9628
parent 22772 2698c3a4ebb6
child 22776 d99c54477401
--- a/hotspot/src/share/vm/prims/jni.cpp	Mon Feb 10 13:31:22 2014 +0100
+++ b/hotspot/src/share/vm/prims/jni.cpp	Mon Feb 10 14:37:53 2014 +0100
@@ -4956,6 +4956,7 @@
 void TestOldFreeSpaceCalculation_test();
 #if INCLUDE_ALL_GCS
 void TestG1BiasedArray_test();
+void TestBufferingOopClosure_test();
 #endif
 
 void execute_internal_vm_tests() {
@@ -4981,6 +4982,7 @@
 #if INCLUDE_ALL_GCS
     run_unit_test(TestG1BiasedArray_test());
     run_unit_test(HeapRegionRemSet::test_prt());
+    run_unit_test(TestBufferingOopClosure_test());
 #endif
     tty->print_cr("All internal VM tests passed");
   }