On Wed, 30 Jun 2021 18:31:13 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
>> Not in this case, you cannot change the public signature. > >> Not in this case, you cannot change the public signature. > > Well, it is a change in API and should be done within the same process as any > API change. But it definitely can be done in the future major release. No, we cannot change the return type of the method in the public API even via CSR. that's an incompatible change. ------------- PR: https://git.openjdk.java.net/jdk17/pull/178