src/share/vm/gc_implementation/shared/collectorCounters.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/shared/collectorCounters.hpp	Tue Nov 18 07:33:10 2014
--- new/src/share/vm/gc_implementation/shared/collectorCounters.hpp	Tue Nov 18 07:33:09 2014

*** 48,58 **** --- 48,58 ---- public: CollectorCounters(const char* name, int ordinal); ~CollectorCounters() { - if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space, mtGC); } inline PerfCounter* invocation_counter() const { return _invocations; } inline PerfCounter* time_counter() const { return _time; }

src/share/vm/gc_implementation/shared/collectorCounters.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File