mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-24 13:51:12 +00:00
8277441: CompileQueue::add fails with assert(_last->next() == __null) failed: not last
Reviewed-by: chagedorn, neliasso
This commit is contained in:
parent
66eaf65261
commit
90f96fb4db
@ -411,6 +411,7 @@ void CompileQueue::free_all() {
|
||||
CompileTask::free(current);
|
||||
}
|
||||
_first = NULL;
|
||||
_last = NULL;
|
||||
|
||||
// Wake up all threads that block on the queue.
|
||||
MethodCompileQueue_lock->notify_all();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user