src/share/vm/gc_implementation/g1/g1MarkSweep.cpp

changeset 3268
8aae2050e83e
parent 3175
4dfb2df418f2
child 3499
aa3d708d67c4
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Wed Nov 02 08:04:23 2011 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Mon Nov 07 22:11:12 2011 -0500
     1.3 @@ -236,6 +236,7 @@
     1.4      // at the end of the GC, so no point in updating those values here.
     1.5      _g1h->update_sets_after_freeing_regions(0, /* pre_used */
     1.6                                              NULL, /* free_list */
     1.7 +                                            NULL, /* old_proxy_set */
     1.8                                              &_humongous_proxy_set,
     1.9                                              false /* par */);
    1.10    }

mercurial