We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c029c9 commit 105bf4dCopy full SHA for 105bf4d
src/coreclr/gc/gc.cpp
@@ -25693,7 +25693,6 @@ void gc_heap::calculate_new_heap_count ()
25693
25694
assert (new_n_heaps >= 1);
25695
assert (new_n_heaps <= actual_n_max_heaps);
25696
-#endif //STRESS_DYNAMIC_HEAP_COUNT
25697
25698
if (process_eph_samples_p)
25699
{
@@ -25720,6 +25719,8 @@ void gc_heap::calculate_new_heap_count ()
25720
25719
dynamic_heap_count_data.processed_gen2_samples_count = dynamic_heap_count_data.current_gen2_samples_count;
25721
}
25722
+#endif //STRESS_DYNAMIC_HEAP_COUNT
25723
+
25724
if (new_n_heaps != n_heaps)
25725
25726
dprintf (6666, ("GC#%Id should change! %d->%d (%s)",
0 commit comments