On Thu, 18 Sep 2025 17:56:35 GMT, Joe Darcy <[email protected]> wrote:
>> Add a total that the total order used by {Double, Float}.compareTo is
>> different than the total order defined by IEEE 754, starting the 2008
>> version of that standard.
>
> Joe Darcy has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Respond to review feedback.
src/java.base/share/classes/java/lang/Double.java line 1449:
> 1447: * order regards all positive NaN values as greater than positive
> 1448: * infinity.
> 1449: *
When both arguments are NaNs, IEEE 754 also specifies (§5.10.d.5.ii)
> signaling orders below quiet for +NaN, reverse for −NaN
and leaves more fine grained details to the implementation.
Otherwise looks fine.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27356#discussion_r2369453234