hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
changeset 17119 3e2f3125348e
parent 17116 1d824e119bd2
parent 17087 f0b76c4c93a0
child 17395 2cd3ef1be718
child 17376 4ee999c3c007
--- a/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp	Tue Apr 30 16:36:24 2013 +0200
+++ b/hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp	Thu May 02 19:28:59 2013 +0200
@@ -285,7 +285,7 @@
   _fine_grain_regions = new PerRegionTablePtr[_max_fine_entries];
 
   if (_fine_grain_regions == NULL) {
-    vm_exit_out_of_memory(sizeof(void*)*_max_fine_entries,
+    vm_exit_out_of_memory(sizeof(void*)*_max_fine_entries, OOM_MALLOC_ERROR,
                           "Failed to allocate _fine_grain_entries.");
   }