On Wed, 21 Apr 2021 05:07:38 GMT, Phil Race <p...@openjdk.org> wrote:
>> it also works in macos11 > > So on macOS 11 we enter this block since isMacOSX14 is false and the test > passes ? No, it still fails in macosx11 without this modification. macos11, System .getProperty returns 10.16 so it satisfies this macosx >=10.14 condition and it bails out from this subtest. ------------- PR: https://git.openjdk.java.net/jdk/pull/3537