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

src/share/vm/gc_implementation/shared/collectorCounters.hpp

Print this page

        

*** 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; } --- 48,58 ---- public: CollectorCounters(const char* name, int ordinal); ~CollectorCounters() { ! if (_name_space != NULL) FREE_C_HEAP_ARRAY(char, _name_space); } 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