X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-marksweep.c;h=cd683b864af9fc51fcfbebc99c542756332f71f1;hb=dfac8517b91687f11479801fa0a2191585b1ad4c;hp=29cb369ff68be1176c127ba6931616d8a8d9a192;hpb=58602146816ac6817ff07bcfd5c496da5f281410;p=mono.git diff --git a/mono/sgen/sgen-marksweep.c b/mono/sgen/sgen-marksweep.c index 29cb369ff68..cd683b864af 100644 --- a/mono/sgen/sgen-marksweep.c +++ b/mono/sgen/sgen-marksweep.c @@ -7,18 +7,7 @@ * Copyright 2009-2010 Novell, Inc. * Copyright (C) 2012 Xamarin Inc * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License 2.0 as published by the Free Software Foundation; - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License 2.0 along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include "config.h" @@ -1652,6 +1641,8 @@ sweep_finish (void) } } + sgen_memgov_major_post_sweep (); + set_sweep_state (SWEEP_STATE_SWEPT, SWEEP_STATE_COMPACTING); }