Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve static field ref in CP if possible
Some constant pool entries may be unresolved when attempting to relocate a method. If the classes involved are all loaded or initialized properly and the entry is a static field ref, then resolveStaticFieldRef() will be able to resolve the entry, allowing relocation to proceed. Signed-off-by: Christian Despres <[email protected]>
- Loading branch information