Index: vm/gc_gen/src/common/gc_common.h =================================================================== --- vm/gc_gen/src/common/gc_common.h (revision 579932) +++ vm/gc_gen/src/common/gc_common.h (working copy) @@ -38,7 +38,10 @@ #include "../gen/gc_for_barrier.h" +#ifdef _DEBUG #define GC_GEN_STATS +#endif + #define null 0 #define KB (1<<10)