RFR: 8278937: JCK test for java_awt/geom/Line2D.Float fails after 8277868

Kevin Rushforth kcr at openjdk.java.net
Fri Dec 17 12:15:24 UTC 2021


On Fri, 17 Dec 2021 02:40:04 GMT, Phil Race <prr at openjdk.org> wrote:

> This reverts the uses of Float.compare() and Double.compare() made by the fix for 8277868
> since it appears clear that for better or worse they are not 100% compatible with the previous code.
> These uses are all in the desktop module
> 
> For comparison the original changes are here : https://github.com/openjdk/jdk/pull/6575/files

Looks good. I can confirm that the correctly reverts the changes from JDK-8277868 in `java.desktop`.

-------------

Marked as reviewed by kcr (Author).

PR: https://git.openjdk.java.net/jdk/pull/6875



More information about the client-libs-dev mailing list