test/hotspot/gtest/classfile/test_symbolTable.cpp
changeset 51406 f4b4dfac45b1
parent 51262 d4b9a434af84
child 54847 59ea39bb2809
--- 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();
     }
   }