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

*** 51,61 **** --- 51,61 ---- assert(length > 0, "Must have some workers to store data for"); _data = NEW_C_HEAP_ARRAY(T, _length, mtGC); } ~WorkerDataArray() { - FREE_C_HEAP_ARRAY(T, _data, mtGC); } void set(uint worker_i, T value) { assert(worker_i < _length, err_msg("Worker %d is greater than max: %d", worker_i, _length)); assert(_data[worker_i] == (T)-1, err_msg("Overwriting data for worker %d", worker_i));

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