< prev index next >

src/share/vm/gc/shared/referenceProcessorPhaseTimes.cpp

Print this page
rev 13493 : imported patch webrev.1

@@ -270,11 +270,11 @@
   }
 }
 
 double ReferenceProcessorPhaseTimes::ref_proc_time_ms(ReferenceType ref_type) const {
   ASSERT_REF_TYPE(ref_type);
-  return _par_phase_time_ms[ref_type_2_index(ref_type)];
+  return _ref_proc_time_ms[ref_type_2_index(ref_type)];
 }
 
 void ReferenceProcessorPhaseTimes::set_ref_proc_time_ms(ReferenceType ref_type,
                                                         double ref_proc_time_ms) {
   ASSERT_REF_TYPE(ref_type);
< prev index next >