< prev index next >

src/hotspot/share/utilities/internalVMTests.cpp

Print this page
rev 52215 : [mq]: 8177708

@@ -40,11 +40,10 @@
   test();
 }
 
 void InternalVMTests::run() {
   tty->print_cr("Running internal VM tests");
-  run_unit_test(TestReserveMemorySpecial_test);
   run_unit_test(TestMetaspaceUtils_test);
   run_unit_test(GCTimer_test);
   // These tests require the "C" locale to correctly parse decimal values
   const char* orig_locale = setlocale(LC_NUMERIC, NULL);
   setlocale(LC_NUMERIC, "C");
< prev index next >