RFR: JDK-8323186: A faster algorithm for MutablebigInteger.divWord(long, int) [v4]

fabioromano1 duke at openjdk.org
Mon Jan 22 21:24:29 UTC 2024


On Mon, 22 Jan 2024 20:02:34 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> fabioromano1 has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update TestDivWord.java
>>   
>>   Added method to check results of divWord
>
> test/jdk/java/math/BigInteger/TestDivWord.java line 5:
> 
>> 3: import java.util.Random;
>> 4: 
>> 5: public class TestDivWord {
> 
> Where is this used in actually jtreg testing?

@bplb It is not used in jtreg testing.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17291#discussion_r1462437309


More information about the core-libs-dev mailing list