hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/JavaMethodProfile.java
changeset 33632 038347770a9e
parent 33160 c59f1676d27e
equal deleted inserted replaced
33631:3eee32561662 33632:038347770a9e
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 package jdk.vm.ci.meta;
    23 package jdk.vm.ci.meta;
    24 
    24 
    25 import jdk.vm.ci.meta.JavaMethodProfile.*;
    25 import jdk.vm.ci.meta.JavaMethodProfile.ProfiledMethod;
    26 
    26 
    27 /**
    27 /**
    28  * This profile object represents the method profile at a specific BCI. The precision of the
    28  * This profile object represents the method profile at a specific BCI. The precision of the
    29  * supplied values may vary, but a runtime that provides this information should be aware that it
    29  * supplied values may vary, but a runtime that provides this information should be aware that it
    30  * will be used to guide performance-critical decisions like speculative inlining, etc.
    30  * will be used to guide performance-critical decisions like speculative inlining, etc.