public class NoDeadCodeVerifyHandler extends Object implements DebugVerifyHandler
| Constructor and Description |
|---|
NoDeadCodeVerifyHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
verify(DebugContext debug,
Object object,
String format,
Object... args)
Verifies that a given object satisfies some invariants.
|
public void verify(DebugContext debug, Object object, String format, Object... args)
DebugVerifyHandlerverify in interface DebugVerifyHandlerdebug - the debug context requesting the dumpobject - object to verifyformat - a format string specifying a title that describes the context of the
verification (e.g., the compiler phase in which request is made)args - arguments referenced by the format specifiers in format