jdk/src/share/classes/sun/management/counter/perf/PerfDataType.java
changeset 21278 ef8a3a2a72f2
parent 14342 8435a30053c1
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    30 /**
    30 /**
    31  * A typesafe enumeration for the data types supported for
    31  * A typesafe enumeration for the data types supported for
    32  * performance data.
    32  * performance data.
    33  *
    33  *
    34  * <p> The enumeration values for this typesafe enumeration must be
    34  * <p> The enumeration values for this typesafe enumeration must be
    35  * kept in sychronization with the PerfDataType enum in the
    35  * kept in synchronization with the PerfDataType enum in the
    36  * globalsDefinitions.hpp file in the HotSpot source base.</p>
    36  * globalsDefinitions.hpp file in the HotSpot source base.</p>
    37  *
    37  *
    38  * @author  Brian Doherty
    38  * @author  Brian Doherty
    39  */
    39  */
    40 class PerfDataType {
    40 class PerfDataType {