--- old/test/hotspot/gtest/classfile/test_symbolTable.cpp 2018-08-14 19:26:05.173972487 -0400 +++ new/test/hotspot/gtest/classfile/test_symbolTable.cpp 2018-08-14 19:26:04.997972493 -0400 @@ -139,7 +139,7 @@ st[i]->doit(); } - for (int i = 0; i < 4; i++) { + for (int i = 0; i < SYM_TEST_THREAD_COUNT; i++) { done.wait(); } }