On Thu, 22 Jul 2021 16:25:40 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:

> Fixed the version string parsing to work correctly on macOS 11.x and beyond

Since existing currentMacOSXVersionMatchesGivenVersionRange() is changed, did 
you test in osx 10.15 or below to see current functionality is ok?
ALso, please add noreg-demo to JBS since I guess SwingSet2 is used to test.

src/java.desktop/macosx/classes/apple/laf/JRSUIUtils.java line 39:

> 37:     static boolean isLeopard = isMacOSXLeopard();
> 38:     static boolean isSnowLeopardOrBelow = isMacOSXSnowLeopardOrBelow();
> 39:     static boolean isBigSurOrAbove = isMacOSXBigSurOrAbove();

This is not required..Need to be removed.

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

PR: https://git.openjdk.java.net/jdk17/pull/269

Reply via email to