Disable DOUBLY_LINKED_FL (#44262)
authorJan Kotas <jkotas@microsoft.com>
Thu, 5 Nov 2020 01:17:28 +0000 (17:17 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 01:17:28 +0000 (17:17 -0800)
Fixes #44250

src/coreclr/src/gc/gcpriv.h

index 37e957c..23f5bc8 100644 (file)
@@ -66,7 +66,7 @@ inline void FATAL_GC_ERROR()
 // We need the lower 3 bits in the MT to do our bookkeeping so doubly linked free list is only for 64-bit
 #ifdef HOST_64BIT
 // To be enabled.
-#define DOUBLY_LINKED_FL
+// #define DOUBLY_LINKED_FL
 #endif //HOST_64BIT
 
 #ifndef FEATURE_REDHAWK