< prev index next >

test/hotspot/gtest/classfile/test_symbolTable.cpp

Print this page

        

*** 137,147 **** 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++) { done.wait(); } } }; --- 137,147 ---- for (int i = 0; i < SYM_TEST_THREAD_COUNT; i++) { st[i] = new SymbolThread(&done); st[i]->doit(); } ! for (int i = 0; i < SYM_TEST_THREAD_COUNT; i++) { done.wait(); } } };
< prev index next >