/*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* This file provides the mappings for renamed counters. The key for the
* mapping is the counter name of the counter in the latest release, and
* follows the reserved word 'alias'. Following the key counter name is
* a white space separated list of counter names from previous releases.
* The convention is to order these alias names from newest to oldest
* releases, but this is only a convention.
*
* The counter name aliasing mechanism does not provide for aliases that
* are dynamcially generated based on some JVM configuration parameters.
* For such cases, the largest possible set of counter names must be
* explicitly enumerated in this file. It does not provide for aliases
* that have dependencies on the values of other counters, resulting in
* one-to-many mappings.
*/
/***************************** java.* counters *****************************/
// java.ci
// java.cls
// java.property
// java.rt
// java.threads
/***************************** com.sun.* counters **************************/
/***************************** sun.* counters ******************************/
// sun.ci
// sun.cls
// sun.gc
// sun.gc.collector.0
// sun.gc.collector.1
// sun.gc.finalizer
// sun.gc.generation.0.agetable
// sun.gc.generation.0
// sun.gc.generation.1
// sun.gc.generation.2
// sun.gc
// sun.gc.policy
// sun.gc.tlab
// sun.os
// sun.perfdata
// sun.property
// sun.rt