On Mon, 4 Oct 2021 18:07:48 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
> Another solution is to make this class abstract. It won't help, since they will subclass this class and call the parent methods, which they do a few times already for some other cases. ------------- PR: https://git.openjdk.java.net/jdk/pull/5806