src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp

changeset 4993
746b070f5022
parent 4128
f81a7c0c618d
child 5255
a837fa3d3f86
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp	Tue Apr 30 09:17:06 2013 -0400
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp	Tue Apr 30 11:56:52 2013 -0700
     1.3 @@ -567,7 +567,7 @@
     1.4          MemRegion(new_start_aligned, new_end_for_commit);
     1.5        if (!os::commit_memory((char*)new_committed.start(),
     1.6                               new_committed.byte_size())) {
     1.7 -        vm_exit_out_of_memory(new_committed.byte_size(),
     1.8 +        vm_exit_out_of_memory(new_committed.byte_size(), OOM_MMAP_ERROR,
     1.9                                "card table expansion");
    1.10        }
    1.11      }

mercurial