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

changeset 2453
2250ee17e258
parent 2314
f95d63e2154a
child 2472
0fa27f37d4d4
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp	Thu Jan 06 23:50:02 2011 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp	Wed Jan 12 13:06:00 2011 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -144,7 +144,7 @@
    1.11      // will also update the BOT covering all the regions to reflect
    1.12      // that there is a single object that starts at the bottom of the
    1.13      // first region.
    1.14 -    first_hr->set_startsHumongous(new_end);
    1.15 +    first_hr->set_startsHumongous(new_top, new_end);
    1.16  
    1.17      // Then, if there are any, we will set up the "continues
    1.18      // humongous" regions.

mercurial