--- old/src/share/vm/gc_implementation/shared/hSpaceCounters.hpp 2014-11-18 07:33:10.415556000 -0800 +++ new/src/share/vm/gc_implementation/shared/hSpaceCounters.hpp 2014-11-18 07:33:09.779385000 -0800 @@ -54,7 +54,7 @@ size_t initial_capacity, GenerationCounters* gc); ~HSpaceCounters() { - if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space, mtGC); + if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space); } inline void update_capacity(size_t v) {