Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use non-public lookup to avoid classloader issues
On some JDKs it seems that the publicLookup may get confused about which classloader to get methods from, leading to issues like #268. This fixes the issue by using the full private Lookup form. Fixes #268
- Loading branch information