mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8080775: Better argument formatting for assert() and friends
Reviewed-by: kbarrett, pliden
This commit is contained in:
parent
aa0818a98a
commit
1e71f67736
225 changed files with 1342 additions and 1432 deletions
|
@ -140,7 +140,7 @@ public:
|
|||
_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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue