On Mon, 20 Oct 2025 14:46:42 GMT, Raffaello Giulietti <[email protected]> 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
