JDK-8074045 : Remove deprecated Runtime.getLocalizedInputStream and getLocalizedOutputStream methods
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Withdrawn
  • Submitted: 2015-02-27
  • Updated: 2017-12-02
  • Resolved: 2017-06-19
Related Reports
Relates :  
Description
Remove two methods; they have been deprecated for more than a decade,
do not seem to be in use anywhere, and have degenerate implementations.

java.lang.Runtime.getLocalizedInputStream(InputStream in)
java.lang.Runtime.getLocalizedOutputStream(OutputStream out)

Comments
One suggestion for 9 is to replace the javadoc to specify the long standing behavior. Also the @deprecated note could make it clearer that the method will likely be removed in a future release.
01-03-2015