diff src/share/vm/runtime/thread.cpp @ 12206:b89a1a870965

Merge
author mgronlun
date Fri, 13 Sep 2013 19:20:59 +0200
parents 27ffd1c4537b 623d923529df
children cc5b40a76049 06ae47d9d088
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Fri Sep 13 10:34:15 2013 -0400
+++ b/src/share/vm/runtime/thread.cpp	Fri Sep 13 19:20:59 2013 +0200
@@ -333,6 +333,8 @@
   // 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