mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
Merge
This commit is contained in:
commit
0b0de232e8
2 changed files with 3 additions and 0 deletions
|
@ -333,6 +333,8 @@ Thread::~Thread() {
|
|||
// Reclaim the objectmonitors from the omFreeList of the moribund thread.
|
||||
ObjectSynchronizer::omFlush (this) ;
|
||||
|
||||
EVENT_THREAD_DESTRUCT(this);
|
||||
|
||||
// stack_base can be NULL if the thread is never started or exited before
|
||||
// record_stack_base_and_size called. Although, we would like to ensure
|
||||
// that all started threads do call record_stack_base_and_size(), there is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue