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.VerificationErrorBEFORE_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.
|
runapply, apply, createName, getNamepublic VerifyDebugUsage()
protected boolean verify(StructuredGraph graph, PhaseContext context)
VerifyPhaseverify in class VerifyPhase<PhaseContext>