-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b04
-
generic
-
generic
With the fix to JDK-8298416, `java.io.Console` became effectively an abstract class, and its original implementation went into `ConsoleImpl` class. Thus it would be desirable to move the impl class into `jdk.internal.io` package.
- relates to
-
JDK-8300010 UnsatisfiedLinkError on calling System.console().readPassword() on Windows
- Closed