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 f5a7326 commit e256672Copy full SHA for e256672
src/coreclr/gc/gc.h
@@ -348,7 +348,7 @@ inline bool IsServerHeap()
348
#define MAX_LONGPATH 1024
349
#endif // MAX_LONGPATH
350
351
-// #define TRACE_GC
+#define TRACE_GC
352
// #define SIMPLE_DPRINTF
353
354
#ifdef TRACE_GC
src/tests/GC/API/Frozen/Frozen.cs
@@ -180,7 +180,7 @@ private static unsafe int Main()
180
GC.Collect();
181
Console.WriteLine(root.next.next != null);
182
frozenSegment.Release();
183
- return 100;
+ throw new Exception("Intentional failure");
184
}
185
186
0 commit comments