RFR: JDK-8323186: A faster algorithm for MutablebigInteger.divWord(long, int) [v4]
Brian Burkhalter
bpb at openjdk.org
Mon Jan 22 21:29:27 UTC 2024
On Mon, 22 Jan 2024 21:21:53 GMT, fabioromano1 <duke at openjdk.org> wrote:
>> 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.
So it is only for verification purposes in the context of this PR?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17291#discussion_r1462441622
More information about the core-libs-dev
mailing list