hotspot/src/share/vm/code/codeCache.cpp
changeset 27880 afb974a04396
parent 27642 8c9eff693145
child 28374 0558e321c027
--- a/hotspot/src/share/vm/code/codeCache.cpp	Fri Nov 28 16:33:57 2014 +0100
+++ b/hotspot/src/share/vm/code/codeCache.cpp	Mon Dec 01 12:16:15 2014 -0500
@@ -1190,7 +1190,7 @@
     }
   }
 
-  FREE_C_HEAP_ARRAY(int, buckets, mtCode);
+  FREE_C_HEAP_ARRAY(int, buckets);
   print_memory_overhead();
 }