RFR: 8370150: Add StrictMath microbenchmarks to cover FDLIBM algorithms [v2]
Sergey Kuksenko
skuksenko at openjdk.org
Wed Oct 29 22:58:31 UTC 2025
On Mon, 20 Oct 2025 14:46:42 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
>> Sergey Kuksenko has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update StrictMathExtraBench.java
>>
>> Fix copyright format
>
> test/micro/org/openjdk/bench/java/lang/StrictMathExtraBench.java line 51:
>
>> 49: this.min = min;
>> 50: this.max = max;
>> 51: this.signed = signed;
>
> This field is never read.
> I guess you want to change the `setup()` method to use this field rather than rely on `nextBoolean()`?
resolved
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27881#discussion_r2475862303
More information about the core-libs-dev
mailing list