changeset 10996 | b9d07748e5b3 |
parent 10670 | 4ea0e7d2ffbc |
child 11636 | 3c07b54482a5 |
--- a/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp Wed Nov 02 08:04:23 2011 +0100 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp Mon Nov 07 22:11:12 2011 -0500 @@ -236,6 +236,7 @@ // at the end of the GC, so no point in updating those values here. _g1h->update_sets_after_freeing_regions(0, /* pre_used */ NULL, /* free_list */ + NULL, /* old_proxy_set */ &_humongous_proxy_set, false /* par */); }