< prev index next >

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

Print this page
rev 8978 : imported patch remove_err_msg

@@ -138,11 +138,11 @@
 
     // 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));
+    assert(_not_finished == 0, "%d not finished workers?", _not_finished);
     _task    = NULL;
     _started = 0;
 
   }
 
< prev index next >