fix typo in newgc
svn: r15230
This commit is contained in:
parent
fa6423e658
commit
67324d3007
|
@ -3223,7 +3223,7 @@ static void garbage_collect(NewGC *gc, int force_full)
|
|||
gc->last_full_mem_use = gc->memory_in_use;
|
||||
|
||||
/* inform the system (if it wants us to) that we're done with collection */
|
||||
if (gc->GC_collect_start_callback)
|
||||
if (gc->GC_collect_end_callback)
|
||||
gc->GC_collect_end_callback();
|
||||
if (gc->GC_collect_inform_callback)
|
||||
gc->GC_collect_inform_callback(gc->gc_full, old_mem_use + old_gen0, gc->memory_in_use);
|
||||
|
|
Loading…
Reference in New Issue
Block a user