Fix issue where Type Names are not resolved if a heap dump is done twice.
authorVance Morrison <vancemorrison@comcast.net>
Wed, 7 Sep 2016 23:32:54 +0000 (16:32 -0700)
committerVance Morrison <vancemorrison@comcast.net>
Wed, 7 Sep 2016 23:32:54 +0000 (16:32 -0700)
commit1d5c43f1da75b36707133a1a86666373938dfe40
tree3a51071cde6e23febf030db7bbdc4ed7b3461f59
parent8e0cbbba5b41744873eb6263069497a5dbdfedd4
Fix issue where Type Names are not resolved if a heap dump is done twice.

The issue is that a table that remembers which types have been dumped is only
flushed when the 'Types' ETW keyword is disabled, but we only check this when
and ENABLE command is executed.  We should do so on DISABLE a well
src/vm/eventtrace.cpp