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

changeset 7074
833b0f92429a
parent 7051
1f1d373cd044
child 7092
39189caa2894
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp	Wed Aug 27 09:36:55 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp	Wed Aug 27 08:19:12 2014 -0400
     1.3 @@ -288,7 +288,7 @@
     1.4    }
     1.5  
     1.6    _fine_grain_regions = NEW_C_HEAP_ARRAY3(PerRegionTablePtr, _max_fine_entries,
     1.7 -                        mtGC, 0, AllocFailStrategy::RETURN_NULL);
     1.8 +                        mtGC, CURRENT_PC, AllocFailStrategy::RETURN_NULL);
     1.9  
    1.10    if (_fine_grain_regions == NULL) {
    1.11      vm_exit_out_of_memory(sizeof(void*)*_max_fine_entries, OOM_MALLOC_ERROR,

mercurial