summaryrefslogtreecommitdiff
path: root/src/gc/env
diff options
context:
space:
mode:
authorDavid Mason <davmason@microsoft.com>2018-08-31 03:43:51 -0700
committerGitHub <noreply@github.com>2018-08-31 03:43:51 -0700
commit00a5ee589b565ebcd068c5851315a997848ed98c (patch)
treefab254e167e13c1495642f97f940d99ede11077d /src/gc/env
parent6e780ac7dae161bdfd2d561db7995687703d39b2 (diff)
downloadcoreclr-00a5ee589b565ebcd068c5851315a997848ed98c.tar.gz
coreclr-00a5ee589b565ebcd068c5851315a997848ed98c.tar.bz2
coreclr-00a5ee589b565ebcd068c5851315a997848ed98c.zip
[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEInterface (#19774)
Diffstat (limited to 'src/gc/env')
-rw-r--r--src/gc/env/gcenv.ee.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gc/env/gcenv.ee.h b/src/gc/env/gcenv.ee.h
index 1fb840d46f..a34d82033d 100644
--- a/src/gc/env/gcenv.ee.h
+++ b/src/gc/env/gcenv.ee.h
@@ -92,6 +92,9 @@ public:
static uint32_t GetIndexOfAppDomainBeingUnloaded();
static uint32_t GetTotalNumSizedRefHandles();
static bool AppDomainIsRudeUnload(void *appDomain);
+
+ static bool AnalyzeSurvivorsRequested(int condemnedGeneration);
+ static void AnalyzeSurvivorsFinished(int condemnedGeneration);
};
#endif // __GCENV_EE_H__