src/share/vm/memory/allocation.inline.hpp

changeset 5053
c18152e0554e
parent 4993
746b070f5022
child 5103
f9be75d21404
     1.1 --- a/src/share/vm/memory/allocation.inline.hpp	Fri May 03 15:51:16 2013 -0700
     1.2 +++ b/src/share/vm/memory/allocation.inline.hpp	Mon May 06 11:15:13 2013 -0400
     1.3 @@ -132,7 +132,7 @@
     1.4    int alignment = os::vm_allocation_granularity();
     1.5    _size = align_size_up(_size, alignment);
     1.6  
     1.7 -  _addr = os::reserve_memory(_size, NULL, alignment);
     1.8 +  _addr = os::reserve_memory(_size, NULL, alignment, F);
     1.9    if (_addr == NULL) {
    1.10      vm_exit_out_of_memory(_size, OOM_MMAP_ERROR, "Allocator (reserve)");
    1.11    }

mercurial