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 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