JDK-8298322 : Separate the implementation from Console
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Priority: P4
  • Status: Resolved
  • Resolution: Other
  • OS: generic
  • CPU: generic
  • Submitted: 2022-12-07
  • Updated: 2022-12-09
  • Resolved: 2022-12-09
Related Reports
Blocks :  
Relates :  
Description
With the integration of JDK-8295803, there are two implementations of `java.io.Console` class. One is `ProxyingConsole` and the other is the built-in implementation within Console class itself. It would be cleaner if the built-in implementation is separated from the Console class itself.
Comments
Merging this task into JDK-8298416
09-12-2022