< prev index next >

test/hotspot/gtest/classfile/test_symbolTable.cpp

Print this page

        

@@ -137,11 +137,11 @@
     for (int i = 0; i < SYM_TEST_THREAD_COUNT; i++) {
       st[i] = new SymbolThread(&done);
       st[i]->doit();
     }
 
-    for (int i = 0; i < 4; i++) {
+    for (int i = 0; i < SYM_TEST_THREAD_COUNT; i++) {
       done.wait();
     }
   }
 };
 
< prev index next >