Commit b813106
committed
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 #2681 parent 2287eaa commit b813106
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments