public class VerifyDebugUsage extends VerifyPhase<PhaseContext>
Debug.log(String)
methods is the result of
StringBuilder.toString()
or StringBuffer.toString()
. Instead, one of the
multi-parameter log()
methods should be used. The goal is to minimize/prevent allocation
at logging call sites.VerifyPhase.VerificationError
BEFORE_PHASE_DUMP_LEVEL, PHASE_DUMP_LEVEL
Constructor and Description |
---|
VerifyDebugUsage() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
verify(StructuredGraph graph,
PhaseContext context)
Performs the actual verification.
|
run
apply, apply, createName, getName
public VerifyDebugUsage()
protected boolean verify(StructuredGraph graph, PhaseContext context)
VerifyPhase
verify
in class VerifyPhase<PhaseContext>