--- old/src/hotspot/share/gc/z/zServiceability.cpp 2019-01-31 21:01:07.165451000 +0900 +++ new/src/hotspot/share/gc/z/zServiceability.cpp 2019-01-31 21:01:06.561149000 +0900 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -72,8 +72,8 @@ max_capacity /* max_capacity */, min_capacity /* init_capacity */), // gc.collector.2 - _collector_counters("stop-the-world" /* name */, - 2 /* ordinal */) {} + _collector_counters("Z concurrent cycle pauses" /* name */, + 2 /* ordinal */) {} CollectorCounters* ZServiceabilityCounters::collector_counters() { return &_collector_counters;