Skip to content

Commit 2d6ea8d

Browse files
authored
Added a fix for the build failure when STRESS_DYNAMIC_HEAP_COUNT is defined. (#110506)
* Fix build break for DATAS Stress Mode * Removed stress heap dynamic
1 parent d6be630 commit 2d6ea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/gc/gc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39921,7 +39921,7 @@ void gc_heap::bgc_thread_function()
3992139921
{
3992239922
dprintf (6666, ("h%d no concurrent GC needed, exiting", heap_number));
3992339923

39924-
#ifdef STRESS_DYNAMIC_HEAP_COUNT
39924+
#if defined(TRACE_GC) && defined(SIMPLE_DPRINTF) && defined(STRESS_DYNAMIC_HEAP_COUNT)
3992539925
flush_gc_log (true);
3992639926
GCToOSInterface::DebugBreak();
3992739927
#endif

0 commit comments

Comments
 (0)