8213269: convert test/hotspot/jtreg/runtime/memory/RunUnitTestsConcurrently to gtest

Reviewed-by: iignatyev, coleenp, stuefe
This commit is contained in:
Mikhailo Seledtsov 2021-03-08 20:09:59 +00:00
parent 17853ee92c
commit 9221540e2a
13 changed files with 638 additions and 668 deletions

View file

@ -2718,12 +2718,6 @@ bool os::supports_map_sync() {
return false;
}
#ifndef PRODUCT
void TestReserveMemorySpecial_test() {
// No tests available for this platform
}
#endif
bool os::start_debugging(char *buf, int buflen) {
int len = (int)strlen(buf);
char *p = &buf[len];