RFR: JDK-8297299 SequenceInputStream should not use Vector [v2]
Jens Lidestrom
duke at openjdk.org
Mon Nov 21 18:26:02 UTC 2022
On Mon, 21 Nov 2022 17:43:58 GMT, Markus KARG <duke at openjdk.org> wrote:
> I think the public visibility of my Twitter account is not wide enough to get really robust answers, unfortunately.
One alternative is to search GitHub. It's amazing how fast they can search such a huge code corpus.
Example: https://github.com/search?l=&q=%22new+SequenceInputStream%22+-filename%3ASequenceInputStreamTest.java&type=code
One problem with GitHub search is that often you get a lot of duplicate matches. In the example above I have filtered out `SequenceInputStreamTest.java` which showed up a lot.
-------------
PR: https://git.openjdk.org/jdk/pull/11249
More information about the core-libs-dev
mailing list