Skip to content

Commit

Permalink
Added a fix for the build failure when STRESS_DYNAMIC_HEAP_COUNT is d…
Browse files Browse the repository at this point in the history
…efined. (#110506)

* Fix build break for DATAS Stress Mode

* Removed stress heap dynamic
  • Loading branch information
mrsharm authored Dec 9, 2024
1 parent d6be630 commit 2d6ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/gc/gc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39921,7 +39921,7 @@ void gc_heap::bgc_thread_function()
{
dprintf (6666, ("h%d no concurrent GC needed, exiting", heap_number));

#ifdef STRESS_DYNAMIC_HEAP_COUNT
#if defined(TRACE_GC) && defined(SIMPLE_DPRINTF) && defined(STRESS_DYNAMIC_HEAP_COUNT)
flush_gc_log (true);
GCToOSInterface::DebugBreak();
#endif
Expand Down

0 comments on commit 2d6ea8d

Please sign in to comment.