hotspot/src/share/vm/runtime/thread.cpp
changeset 19958 bfb37d724b0c
parent 19553 9bbd930be684
child 19959 29844efa0a6b
--- a/hotspot/src/share/vm/runtime/thread.cpp	Thu Sep 12 15:53:49 2013 +0400
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Fri Sep 13 17:47:00 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