I want to use the method MethodHandleNatives.getTargetMethod(MethodHandle)AccessibleObject. The class MethodHandleNatives is not public. So does anybody know how I can do that?
I know that its possible to access private methods and fields via reflections, so I am asking, if this is also possible.
Thanks.
I have found a solution.
It is not straight forward but it works =)