On Mon, 3 May 2021 16:55:07 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
> Looks like it requires CSR. I think CSR is not required in this case. CSR would have been required if return type was being changed. Here the change only says that the function can return both true or false instead of just true, but the return type is not being changed. I will try to get clarity on this and proceed accordingly. ------------- PR: https://git.openjdk.java.net/jdk/pull/3832