jdk/src/java.management/share/classes/sun/management/HotspotCompilationMBean.java
changeset 33272 74661cd2e610
parent 25859 3317bb8137f4
equal deleted inserted replaced
33271:e7aac997b492 33272:74661cd2e610
    44      *
    44      *
    45      * @return a list of {@link CompilerThreadStat} object containing
    45      * @return a list of {@link CompilerThreadStat} object containing
    46      * the statistic of a compiler thread.
    46      * the statistic of a compiler thread.
    47      *
    47      *
    48      */
    48      */
       
    49     @Deprecated
    49     public java.util.List<CompilerThreadStat> getCompilerThreadStats();
    50     public java.util.List<CompilerThreadStat> getCompilerThreadStats();
    50 
    51 
    51     /**
    52     /**
    52      * Returns the total number of compiles.
    53      * Returns the total number of compiles.
    53      *
    54      *