public final class BranchProfile extends NodeCloneable
enter()
method is
invoked first the optimized code is invalidated and the branch where enter()
is invoked
is enabled for compilation. Otherwise if the enter()
method was never invoked the branch
will not get compiled.
All BranchProfile
instances must be held in final
fields for compiler
optimizations to take effect.Modifier and Type | Method and Description |
---|---|
static BranchProfile |
create() |
void |
enter() |
boolean |
isVisited() |
java.lang.String |
toString() |
clone
public void enter()
public boolean isVisited()
public static BranchProfile create()
public java.lang.String toString()
toString
in class java.lang.Object