On Fri, 17 Dec 2021 02:40:04 GMT, Phil Race <p...@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 This pull request has now been integrated. Changeset: e45e0b05 Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/e45e0b05b9e8da8da72bf227cede319fa207a551 Stats: 20 lines in 3 files changed: 17 ins; 0 del; 3 mod 8278937: JCK test for java_awt/geom/Line2D.Float fails after 8277868 Reviewed-by: jdv, kcr, rriggs ------------- PR: https://git.openjdk.java.net/jdk/pull/6875