RFR: 8377223: Port fdlibm atanh to Java [v3]
Anton Artemov
aartemov at openjdk.org
Thu Feb 19 15:13:29 UTC 2026
On Thu, 19 Feb 2026 14:30:08 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
>> Anton Artemov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8377223: Addressed reviewer's comments.
>
> test/jdk/java/lang/Math/HyperbolicTests.java line 2193:
>
>> 2191: };
>> 2192:
>> 2193: for(int i = 0; i < testCases.length; i++) {
>
> Please make use of "enhanced for loops" whenever possible.
Noted!
> test/jdk/java/lang/Math/HyperbolicTests.java line 2213:
>
>> 2211: };
>> 2212:
>> 2213: for(int i = 0; i < specialTestCases.length; i++) {
>
> Same here.
Noted.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29782#discussion_r2828429213
PR Review Comment: https://git.openjdk.org/jdk/pull/29782#discussion_r2828429447
More information about the core-libs-dev
mailing list