hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.cpp
changeset 27880 afb974a04396
parent 27009 e7e723732b6b
child 27905 12c6386f6775
--- a/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.cpp	Fri Nov 28 16:33:57 2014 +0100
+++ b/hotspot/src/share/vm/gc_implementation/g1/heapRegionManager.cpp	Mon Dec 01 12:16:15 2014 -0500
@@ -449,7 +449,7 @@
 
 HeapRegionClaimer::~HeapRegionClaimer() {
   if (_claims != NULL) {
-    FREE_C_HEAP_ARRAY(uint, _claims, mtGC);
+    FREE_C_HEAP_ARRAY(uint, _claims);
   }
 }