public final class UninterruptibleAnnotationChecker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UninterruptibleAnnotationChecker.Options |
static class |
UninterruptibleAnnotationChecker.WarningException |
| Modifier and Type | Method and Description |
|---|---|
static void |
check(org.graalvm.compiler.debug.DebugContext debug,
Collection<HostedMethod> methodCollection)
Check that Uninterruptible has been used consistently.
|
public static void check(org.graalvm.compiler.debug.DebugContext debug,
Collection<HostedMethod> methodCollection)