summaryrefslogtreecommitdiff
path: root/src/gc/sample
diff options
context:
space:
mode:
authorMukul Sabharwal <mjsabby@gmail.com>2019-04-24 17:27:06 -0700
committerNoah Falk <noahfalk@users.noreply.github.com>2019-04-24 17:27:06 -0700
commitc2dacd2025145c586a5569408c1427899a3767cc (patch)
treee913bc9be0c0220d926f44f9520720944706d823 /src/gc/sample
parent4a2654124ecf38300a717db79926334703abeb70 (diff)
downloadcoreclr-c2dacd2025145c586a5569408c1427899a3767cc.tar.gz
coreclr-c2dacd2025145c586a5569408c1427899a3767cc.tar.bz2
coreclr-c2dacd2025145c586a5569408c1427899a3767cc.zip
Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)
Diffstat (limited to 'src/gc/sample')
-rw-r--r--src/gc/sample/gcenv.ee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/sample/gcenv.ee.cpp b/src/gc/sample/gcenv.ee.cpp
index abf6e09c2c..973b7f4491 100644
--- a/src/gc/sample/gcenv.ee.cpp
+++ b/src/gc/sample/gcenv.ee.cpp
@@ -253,7 +253,7 @@ void GCToEEInterface::DiagWalkFReachableObjects(void* gcContext)
{
}
-void GCToEEInterface::DiagWalkSurvivors(void* gcContext)
+void GCToEEInterface::DiagWalkSurvivors(void* gcContext, bool fCompacting)
{
}