src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp

changeset 2333
016a3628c885
parent 2315
631f79e71e90
child 2454
b158bed62ef5
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp	Thu Dec 02 13:20:39 2010 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp	Tue Dec 07 16:47:42 2010 -0500
     1.3 @@ -119,8 +119,9 @@
     1.4  
     1.5    // Try to get a new region and allocate out of it
     1.6    HeapWord* result = replace_cur_alloc_region_and_allocate(word_size,
     1.7 -                                                      false, /* at safepoint */
     1.8 -                                                      true   /* do_dirtying */);
     1.9 +                                                     false, /* at_safepoint */
    1.10 +                                                     true,  /* do_dirtying */
    1.11 +                                                     false  /* can_expand */);
    1.12    if (result != NULL) {
    1.13      assert_heap_not_locked();
    1.14      return result;

mercurial