summaryrefslogtreecommitdiff
path: root/src/vm/finalizerthread.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-45/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-2/+0
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-3/+4
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-14/+14
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek1-17/+8
2016-06-07Disable HeapDump on Linux if FEATURE_EVENT_TRACE is not set (#5550)Jonghyun Park1-6/+6
2016-06-01Squashed commit of the following:David Mason1-1/+49
2016-04-21Remove GOLDEN macro. (#4484)Aditya Mandaleeka1-5/+2
2016-03-08Fix Unix exception handling in finalizersJan Vorlicek1-0/+3
2016-02-02Expose COMPlus_FinalizeOnShutdown in retail buildsKoundinya Veluri1-10/+2
2016-01-27Merge pull request #2885 from dotnet-bot/from-tfsJan Kotas1-16/+34
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-27Don't run finalizers on shutdown, provide Unloading eventdotnet-bot1-16/+34
2015-12-08Revert "Disable suspend on shutdown during shutdown finalization"Koundinya Veluri1-6/+0
2015-12-08Disable suspend on shutdown during shutdown finalizationKoundinya Veluri1-0/+6
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1448