On Fri, 22 Jan 2021 00:33:16 GMT, Johannes Kuhn <github.com+652983+dasbr...@openjdk.org> wrote:
>> Add explicit range check to `MethodHandles.collectArgumentsCheck`. >> Added test case that exercises all cases. >> >> This is a behavioral change, from throwing an unspecified exception to >> throwing an IllegalArgumentException, as specified. >> No spec change needed, as the IllegalArgumentException is already specified >> to be thrown in those cases. >> >> Feel free to suggest a better place for the tests. > > Johannes Kuhn has updated the pull request incrementally with one additional > commit since the last revision: > > Implement suggestions by Mandy Chung. Looks good. What tests have you ran? ------------- Marked as reviewed by mchung (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/2171