mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6888953: some calls to function-like macros are missing semicolons
Reviewed-by: pbk, kvn
This commit is contained in:
parent
83f1d02a67
commit
7e76feaf42
31 changed files with 36 additions and 35 deletions
|
@ -106,7 +106,7 @@ VM_Operation* VMOperationQueue::queue_drain(int prio) {
|
|||
// restore queue to empty state
|
||||
_queue[prio]->set_next(_queue[prio]);
|
||||
_queue[prio]->set_prev(_queue[prio]);
|
||||
assert(queue_empty(prio), "drain corrupted queue")
|
||||
assert(queue_empty(prio), "drain corrupted queue");
|
||||
#ifdef DEBUG
|
||||
int len = 0;
|
||||
VM_Operation* cur;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue