summaryrefslogtreecommitdiff
path: root/src/vm/method.hpp
diff options
context:
space:
mode:
authorDavid Wrighton <davidwr@microsoft.com>2017-09-29 09:47:51 -0700
committerDavid Wrighton <davidwr@microsoft.com>2017-09-29 09:47:51 -0700
commit09d436a7ab467ad561d8c954c2622988be33f57b (patch)
treedd7b8d79605b1bfa6a8589c414a8fe32173a146f /src/vm/method.hpp
parentbe5e1a1baff7dbb1e1cefd2304152b1c6f3e39d5 (diff)
parentc8a49ac3abce30092f51e397136098f9cdd9ba5f (diff)
downloadcoreclr-09d436a7ab467ad561d8c954c2622988be33f57b.tar.gz
coreclr-09d436a7ab467ad561d8c954c2622988be33f57b.tar.bz2
coreclr-09d436a7ab467ad561d8c954c2622988be33f57b.zip
Merge branch 'master' into merge_master
Diffstat (limited to 'src/vm/method.hpp')
-rw-r--r--src/vm/method.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vm/method.hpp b/src/vm/method.hpp
index 08318ec5b5..5f860be1e7 100644
--- a/src/vm/method.hpp
+++ b/src/vm/method.hpp
@@ -1251,7 +1251,8 @@ public:
!IsEnCMethod() &&
HasNativeCodeSlot() &&
!IsUnboxingStub() &&
- !IsInstantiatingStub();
+ !IsInstantiatingStub() &&
+ !IsDynamicMethod();
// We should add an exclusion for modules with debuggable code gen flags