--- old/src/share/vm/gc/g1/g1GCPhaseTimes.hpp 2017-03-06 14:46:52.489240671 +0100 +++ new/src/share/vm/gc/g1/g1GCPhaseTimes.hpp 2017-03-06 14:46:52.371237103 +0100 @@ -100,7 +100,7 @@ double _cur_prepare_tlab_time_ms; double _cur_resize_tlab_time_ms; - double _cur_dpt_update_time_ms; + double _cur_derived_pointer_table_update_time_ms; double _cur_clear_ct_time_ms; double _cur_expand_heap_time_ms; @@ -187,8 +187,8 @@ _cur_resize_tlab_time_ms = ms; } - void record_dpt_update_time(double ms) { - _cur_dpt_update_time_ms = ms; + void record_derived_pointer_table_update_time(double ms) { + _cur_derived_pointer_table_update_time_ms = ms; } void record_clear_ct_time(double ms) {