--- old/src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp 2018-06-06 00:37:30.586365844 +0200 +++ new/src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp 2018-06-06 00:37:30.329354776 +0200 @@ -350,7 +350,7 @@ JfrThreadGroup::serialize(&writer, thread_group_id); } -void ZStatCounterTypeConstant::serialize(JfrCheckpointWriter& writer) { +void ZStatisticsCounterTypeConstant::serialize(JfrCheckpointWriter& writer) { #if INCLUDE_ZGC writer.write_count(ZStatCounter::count()); for (ZStatCounter* counter = ZStatCounter::first(); counter != NULL; counter = counter->next()) { @@ -362,7 +362,7 @@ #endif } -void ZStatSamplerTypeConstant::serialize(JfrCheckpointWriter& writer) { +void ZStatisticsSamplerTypeConstant::serialize(JfrCheckpointWriter& writer) { #if INCLUDE_ZGC writer.write_count(ZStatSampler::count()); for (ZStatSampler* sampler = ZStatSampler::first(); sampler != NULL; sampler = sampler->next()) {