RFR: 8341566: Add Reader.of(CharSequence) [v11]

Markus KARG duke at openjdk.org
Sat Oct 12 11:36:15 UTC 2024


On Sat, 12 Oct 2024 08:24:37 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

>> Markus KARG has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert 'inc should be faster than add on most CPUs'
>
> test/jdk/java/io/Reader/Of.java line 92:
> 
>> 90: 
>> 91:     @Test(dataProvider = "readers")
>> 92:     public void testReadBII(Reader reader) throws IOException {
> 
> What does `BII` in some of these test method names represent?

Good question. I hereby forward it to the original author of the existing tests I have copied from OpenJDK. I assume it was some kind of convention.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21371#discussion_r1797686743


More information about the core-libs-dev mailing list