X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fsgen-gray.c;h=4dfca503335ea7a665c4670c69e4035afc7ce17c;hb=f03cfdb821d692d34456db364e89a1f36697c40d;hp=6407ef8928dd3ad9f8f44467b91d5ec63de5751b;hpb=39545903866e0a02b28d0a53af2123b7180374ac;p=mono.git diff --git a/mono/metadata/sgen-gray.c b/mono/metadata/sgen-gray.c index 6407ef8928d..4dfca503335 100644 --- a/mono/metadata/sgen-gray.c +++ b/mono/metadata/sgen-gray.c @@ -21,9 +21,8 @@ #include "config.h" #ifdef HAVE_SGEN_GC -#include "metadata/sgen-gc.h" -#include "utils/mono-counters.h" -#include "sgen-protocol.h" +#include "mono/metadata/sgen-gc.h" +#include "mono/metadata/sgen-protocol.h" #ifdef HEAVY_STATISTICS guint64 stat_gray_queue_section_alloc; @@ -141,7 +140,7 @@ sgen_gray_object_dequeue (SgenGrayQueue *queue) } STATE_ASSERT (queue->first, GRAY_QUEUE_SECTION_STATE_ENQUEUED); - SGEN_ASSERT (9, queue->cursor >= GRAY_FIRST_CURSOR_POSITION (queue->first), "gray queue %p underflow, first %p, cursor %d", queue, queue->first, queue->cursor); + SGEN_ASSERT (9, queue->cursor >= GRAY_FIRST_CURSOR_POSITION (queue->first), "gray queue %p underflow", queue); entry = *queue->cursor--;