fix mismatched types for invokeExact. Have to tell invokeExact what type we are expecting#2589
Conversation
…ype we are expecting
|
Hmmm AccessControlContext is deprecated in 17 so javadoc fails. |
|
The workaround it is to remove However, if Should we remove |
|
I was about to push exactly the above fix to get this to work. |
|
Sorry, Been trying to get this working within constraints of work policies... |
|
Also noticed that "subjectCallAs" is never set |
|
Let's resort to a regular reflection then. Apparently, MethodHandle-related code seems too brittle :-/ |
|
OK, let me undo that merge then |
|
Since I have merged code I can't revert this easily. |
fixes issue #2588