hotspot/src/share/vm/utilities/hashtable.cpp
changeset 27880 afb974a04396
parent 26422 4ee5901e205e
child 30593 69f942690128
--- a/hotspot/src/share/vm/utilities/hashtable.cpp	Fri Nov 28 16:33:57 2014 +0100
+++ b/hotspot/src/share/vm/utilities/hashtable.cpp	Mon Dec 01 12:16:15 2014 -0500
@@ -149,7 +149,7 @@
     // allocated by os::malloc
     if (!UseSharedSpaces ||
         !FileMapInfo::current_info()->is_in_shared_space(_buckets)) {
-       FREE_C_HEAP_ARRAY(HashtableBucket, _buckets, F);
+       FREE_C_HEAP_ARRAY(HashtableBucket, _buckets);
     }
     _buckets = NULL;
   }