On Thu, 19 Feb 2026 14:30:08 GMT, Raffaello Giulietti <[email protected]>
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