RFR: 8377388: Replacing "new StringReader(String)" by "Reader.of(CharSequence);" in Scanner

Jaikiran Pai jpai at openjdk.org
Wed Feb 18 11:23:09 UTC 2026


On Mon, 9 Feb 2026 07:33:03 GMT, Markus KARG <duke at openjdk.org> wrote:

> This Pull Request provides an implementation for [JDK-8377388](https://bugs.openjdk.org/browse/JDK-8377388): 'Replacing "new StringReader(String)" by "Reader.of(CharSequence);" in Scanner'.

I ran this change in our CI with the latest mainline, and tier1, tier2 and tier3 tests completed without any related issues.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/29627#issuecomment-3920244422


More information about the core-libs-dev mailing list