summaryrefslogtreecommitdiff
path: root/src/vm/crossloaderallocatorhash.h
diff options
context:
space:
mode:
authorDavid Mason <davmason@microsoft.com>2019-05-13 21:40:29 -0700
committerGitHub <noreply@github.com>2019-05-13 21:40:29 -0700
commit1fc8b490bc086cce155f374db2805f2ed5e4e6c1 (patch)
tree180432500053cab7739b99262dcdb60b36e0c2e1 /src/vm/crossloaderallocatorhash.h
parent287d6af711f63149123cb67c5de9ae6684749016 (diff)
downloadcoreclr-1fc8b490bc086cce155f374db2805f2ed5e4e6c1.tar.gz
coreclr-1fc8b490bc086cce155f374db2805f2ed5e4e6c1.tar.bz2
coreclr-1fc8b490bc086cce155f374db2805f2ed5e4e6c1.zip
Profiler API to request ReJIT with inliners (#24461)
This API is necessary for attaching profilers to be able to ReJIT methods and replace everything that uses the old IL.
Diffstat (limited to 'src/vm/crossloaderallocatorhash.h')
-rw-r--r--src/vm/crossloaderallocatorhash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/crossloaderallocatorhash.h b/src/vm/crossloaderallocatorhash.h
index 09068752b0..447cf6614c 100644
--- a/src/vm/crossloaderallocatorhash.h
+++ b/src/vm/crossloaderallocatorhash.h
@@ -185,6 +185,7 @@ private:
LoaderAllocator *m_pLoaderAllocator = 0;
OBJECTHANDLE m_loaderAllocatorToDependentTrackerHash = 0;
OBJECTHANDLE m_keyToDependentTrackersHash = 0;
+ OBJECTHANDLE m_globalDependentTrackerRootHandle = 0;
};
class CrossLoaderAllocatorHashSetup