public interface OriginalMethodProvider
ResolvedJavaMethod to a
Executable, i.e., a mapping from JVMCI back to Java reflection. This is
a best effort operation, all users must be aware that the return value can be null.
A null return value means that there is 1) no reflection representation at all - the provided
JVMCI method is a synthetic method without any class/bytecode backing, or 2) that looking up the
reflection object is not possible due to linking errors.| Modifier and Type | Method and Description |
|---|---|
Executable |
getJavaMethod() |
static Executable |
getJavaMethod(ResolvedJavaMethod method) |
static Executable getJavaMethod(ResolvedJavaMethod method)
Executable getJavaMethod()