Closed
Description
Description
When the runtime emits the FinalizeObject ETW event, it always emits the BulkType event for the type being finalized. There may be thousands of finalized objects in a trace, and therefore thousands of unnecessary events.
Configuration
All versions of .net core
Regression?
Not a regression, this appears to be the behavior all the way back to desktop.
Other information
This code logs the type with kTypeBehaviorAlwaysLog
runtime/src/coreclr/src/vm/eventtrace.cpp
Lines 2528 to 2535 in 3ff193b