Relates :
|
MethodHandleHelper.linkToStatic() is a helper method used by the compiler/jsr292/InvokerSignatureMismatch.java test. It incorrectly passes the "mh" arg along to MethodHandle.linkToStatic instead of dropping it. The test does not detect this problem, so it may seem harmless, but I feel it should be fixed.
|