RFR: 8355719: Reduce memory consumption of BigInteger.pow() [v49]

Chen Liang liach at openjdk.org
Wed May 7 13:00:18 UTC 2025


On Wed, 7 May 2025 11:45:14 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

>> fabioromano1 has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Simplify long power computing
>
> test/micro/org/openjdk/bench/java/math/BigIntegerPow.java line 72:
> 
>> 70: 
>> 71:         new Runner(opt).run();
>> 72:     }
> 
> There's no need for these lines.

These are here for convenience when a benchmark is run standalone. I think this has no harm.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24690#discussion_r2077570983


More information about the core-libs-dev mailing list