[jdk13u-dev] Integrated: 8253702: BigSur version number reported as 10.16, should be 11.nn
Olga Mikhaltsova
omikhaltcova at openjdk.java.net
Thu Oct 21 08:58:07 UTC 2021
On Wed, 20 Oct 2021 18:02:44 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> I'd like to backport JDK-8253702 to jdk13u for parity with jdk11u.
> The original patch applied cleanly.
> Tested with a simple test printing OS version on macOS Big Sur:
>
> public class Main {
> public static void main(String[] args) {
> System.out.println(System.getProperty("os.version"));
> }
> }
This pull request has now been integrated.
Changeset: f31939c7
Author: Olga Mikhaltsova <omikhaltcova at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.java.net/jdk13u-dev/commit/f31939c74812bbffdb559eb4998a14326e63fb8f
Stats: 30 lines in 1 file changed: 22 ins; 2 del; 6 mod
8253702: BigSur version number reported as 10.16, should be 11.nn
Backport-of: 66757750a2adf0739d0f5bf98a3f50a123b7adcf
-------------
PR: https://git.openjdk.java.net/jdk13u-dev/pull/277
More information about the jdk-updates-dev
mailing list