On Tue, 6 Dec 2022 18:10:38 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> src/java.base/share/classes/java/io/Console.java line 99: >> >>> 97: */ >>> 98: >>> 99: public class Console implements Flushable >> >> Should we perhaps `seal` this class and only `permit` `ProxyingConsole` to >> `extend` it? > > Right. Will address it after this PR. Filed: https://bugs.openjdk.org/browse/JDK-8298416 ------------- PR: https://git.openjdk.org/jdk/pull/11421