< prev index next >

src/share/vm/gc/shared/workgroup.cpp

Print this page

        

*** 138,148 **** // Wait for the last worker to signal the coordinator. _end_semaphore->wait(); // No workers are allowed to read the state variables after the coordinator has been signaled. ! assert(_not_finished == 0, err_msg("%d not finished workers?", _not_finished)); _task = NULL; _started = 0; } --- 138,148 ---- // Wait for the last worker to signal the coordinator. _end_semaphore->wait(); // No workers are allowed to read the state variables after the coordinator has been signaled. ! assert(_not_finished == 0, "%d not finished workers?", _not_finished); _task = NULL; _started = 0; }
< prev index next >