On Mon, 19 May 2025 15:50:10 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> 
wrote:

>> What is the usefulness of doing `int[] mag = this.mag;` at line 3856, since 
>> `bitLength()` does not access to `static` fields and `BigInteger` is not 
>> threadsafe, and therefore no race conditions occur?
>
> I think the suggestion is fine.

Yes, but perhaps in the current version it's more clear what is the returned 
value according to the condition.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25166#discussion_r2096183726

Reply via email to