src/share/vm/runtime/thread.cpp

changeset 5673
623d923529df
parent 5585
f92b82d454fa
child 5674
b89a1a870965
     1.1 --- a/src/share/vm/runtime/thread.cpp	Thu Sep 12 15:53:49 2013 +0400
     1.2 +++ b/src/share/vm/runtime/thread.cpp	Fri Sep 13 17:47:00 2013 +0200
     1.3 @@ -333,6 +333,8 @@
     1.4    // Reclaim the objectmonitors from the omFreeList of the moribund thread.
     1.5    ObjectSynchronizer::omFlush (this) ;
     1.6  
     1.7 +  EVENT_THREAD_DESTRUCT(this);
     1.8 +
     1.9    // stack_base can be NULL if the thread is never started or exited before
    1.10    // record_stack_base_and_size called. Although, we would like to ensure
    1.11    // that all started threads do call record_stack_base_and_size(), there is

mercurial