mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
7104565: trim jprt build targets
Remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources Reviewed-by: dholmes, kvn, coleenp
This commit is contained in:
parent
01e43be718
commit
55c4ce1ca1
37 changed files with 225 additions and 505 deletions
|
@ -123,7 +123,7 @@ VM_Operation* VMOperationQueue::queue_drain(int prio) {
|
|||
_queue[prio]->set_next(_queue[prio]);
|
||||
_queue[prio]->set_prev(_queue[prio]);
|
||||
assert(queue_empty(prio), "drain corrupted queue");
|
||||
#ifdef DEBUG
|
||||
#ifdef ASSERT
|
||||
int len = 0;
|
||||
VM_Operation* cur;
|
||||
for(cur = r; cur != NULL; cur=cur->next()) len++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue