changeset 12210:b135b600a66c

Merge
author sspitsyn
date Fri, 13 Sep 2013 16:56:58 -0700
parents b89a1a870965 (diff) 0d3ff4d36a31 (current diff)
children 2e6938dd68f2
files
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Fri Sep 13 12:48:50 2013 -0700
+++ b/src/share/vm/runtime/thread.cpp	Fri Sep 13 16:56:58 2013 -0700
@@ -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
--- a/src/share/vm/trace/traceMacros.hpp	Fri Sep 13 12:48:50 2013 -0700
+++ b/src/share/vm/trace/traceMacros.hpp	Fri Sep 13 16:56:58 2013 -0700
@@ -26,6 +26,7 @@
 #define SHARE_VM_TRACE_TRACE_MACRO_HPP
 
 #define EVENT_THREAD_EXIT(thread)
+#define EVENT_THREAD_DESTRUCT(thread)
 
 #define TRACE_INIT_ID(k)
 #define TRACE_DATA TraceThreadData