hotspot/src/share/vm/memory/heapInspection.cpp
changeset 27880 afb974a04396
parent 25946 1572c9f03fb9
child 29071 73f45d04ad7a
child 29081 c61eb4914428
--- a/hotspot/src/share/vm/memory/heapInspection.cpp	Fri Nov 28 16:33:57 2014 +0100
+++ b/hotspot/src/share/vm/memory/heapInspection.cpp	Mon Dec 01 12:16:15 2014 -0500
@@ -153,7 +153,7 @@
     for (int index = 0; index < _size; index++) {
       _buckets[index].empty();
     }
-    FREE_C_HEAP_ARRAY(KlassInfoBucket, _buckets, mtInternal);
+    FREE_C_HEAP_ARRAY(KlassInfoBucket, _buckets);
     _size = 0;
   }
 }