comparison src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp @ 6786:5baec2e69518

7200615: NPG: optimized VM build is broken Reviewed-by: kvn
author jmasa
date Tue, 25 Sep 2012 07:05:55 -0700
parents bb3f6194fedb
children 7df93f7c14a5
comparison
equal deleted inserted replaced
6762:04ed664b7e30 6786:5baec2e69518
127 buf.append(_print_format, sum); 127 buf.append(_print_format, sum);
128 } 128 }
129 buf.append_and_print_cr("]"); 129 buf.append_and_print_cr("]");
130 } 130 }
131 131
132 #ifdef ASSERT 132 #ifndef PRODUCT
133 133
134 template <class T> 134 template <class T>
135 void WorkerDataArray<T>::reset() { 135 void WorkerDataArray<T>::reset() {
136 for (uint i = 0; i < _length; i++) { 136 for (uint i = 0; i < _length; i++) {
137 _data[i] = (T)-1; 137 _data[i] = (T)-1;