summaryrefslogtreecommitdiff
path: root/src/inc/vptr_list.h
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2018-02-03 15:58:22 -0800
committerGitHub <noreply@github.com>2018-02-03 15:58:22 -0800
commitc247f5bffa563820fe8db6fa14b42024c57c540f (patch)
treeabfbf9d4e88979b94f69a66befcbed2bb05115d9 /src/inc/vptr_list.h
parent72a6196896b335a5737ad1eeb042fcef8ca98239 (diff)
downloadcoreclr-c247f5bffa563820fe8db6fa14b42024c57c540f.tar.gz
coreclr-c247f5bffa563820fe8db6fa14b42024c57c540f.tar.bz2
coreclr-c247f5bffa563820fe8db6fa14b42024c57c540f.zip
Fix failfast stacktrace (#15895)
* attempt to fix stacktrace getting printed twice * Fix some default parameter issues, and wrong commit from last commit * Fix build errors, switch call from Debug.Assert to new FailFast FCall * Fix signature to allow more types of exception title * cleanup * Addressing comments from PR * More PR comments * remove useless using * Address comments on GC hole and few naming changes
Diffstat (limited to 'src/inc/vptr_list.h')
-rw-r--r--src/inc/vptr_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/vptr_list.h b/src/inc/vptr_list.h
index ce38156af6..7b7b5f0eb4 100644
--- a/src/inc/vptr_list.h
+++ b/src/inc/vptr_list.h
@@ -72,6 +72,7 @@ VPTR_CLASS(GCFrame)
VPTR_CLASS(HelperMethodFrame)
VPTR_CLASS(HelperMethodFrame_1OBJ)
VPTR_CLASS(HelperMethodFrame_2OBJ)
+VPTR_CLASS(HelperMethodFrame_3OBJ)
VPTR_CLASS(HelperMethodFrame_PROTECTOBJ)
#ifdef FEATURE_HIJACK
VPTR_CLASS(HijackFrame)