RFR: JDK-8277175 : Add a parallel multiply method to BigInteger [v2]
kabutz
duke at openjdk.java.net
Wed Nov 17 17:28:06 UTC 2021
On Wed, 17 Nov 2021 17:14:32 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> kabutz has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Reordered import statements to be consistent with canonical order
>
> src/java.base/share/classes/java/math/BigInteger.java line 37:
>
>> 35: import jdk.internal.vm.annotation.IntrinsicCandidate;
>> 36: import jdk.internal.vm.annotation.Stable;
>> 37:
>
> Nitpicking: `import jdk.internal....;` generally follow `import java....;`.
Absolutely.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6409
More information about the core-libs-dev
mailing list