summaryrefslogtreecommitdiff
path: root/src/vm/profdetach.h
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21Fix profiler crash on shutdown (#22712)Noah Falk1-1/+0
Fixes issue #22176. Use the profiler evacuation counters to ensure that we don't callback into the profiler when it has already been released. Previously we only did this as part of the attach/detach feature, but this is required for correctness during standard shutdown given that managed threads are still running concurrently.
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+79
[tfs-changeset: 1407945]