diff -r 8b23aa7cef47 -r f4b4dfac45b1 test/hotspot/gtest/classfile/test_symbolTable.cpp --- a/test/hotspot/gtest/classfile/test_symbolTable.cpp Tue Aug 14 18:42:14 2018 -0500 +++ b/test/hotspot/gtest/classfile/test_symbolTable.cpp Tue Aug 14 19:52:34 2018 -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(); } }