mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
Merge
This commit is contained in:
commit
d40735db17
25 changed files with 1004 additions and 130 deletions
|
@ -3340,11 +3340,6 @@ CompilerThread::CompilerThread(CompileQueue* queue,
|
|||
}
|
||||
|
||||
CompilerThread::~CompilerThread() {
|
||||
// Free buffer blob, if allocated
|
||||
if (get_buffer_blob() != NULL) {
|
||||
MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
|
||||
CodeCache::free(get_buffer_blob());
|
||||
}
|
||||
// Delete objects which were allocated on heap.
|
||||
delete _counters;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue