Loading... (original) (raw)
converted all internal vm tests into gtest tests. as several internal tests are used by WhiteBox::runMemoryUnitTests, they haven't been removed as part of
.
this RFE aims to replace RunUnitTestsConcurrently jtreg test (as the only user of WhiteBox::runMemoryUnitTests method) by corresponding gtest tests which run other existing gtest tests several times in multiple concurrent threads. after it's done WhiteBox::runMemoryUnitTests method and all routines called from it can be removed.