< prev index next >

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

Print this page

        

*** 270,280 **** } } 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)]; } void ReferenceProcessorPhaseTimes::set_ref_proc_time_ms(ReferenceType ref_type, double ref_proc_time_ms) { ASSERT_REF_TYPE(ref_type); --- 270,280 ---- } } double ReferenceProcessorPhaseTimes::ref_proc_time_ms(ReferenceType ref_type) const { ASSERT_REF_TYPE(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 >