[jdk15u-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:56:13 UTC 2021
On Wed, 20 Oct 2021 18:02:06 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> I'd like to backport JDK-8253702 to jdk15u 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: 827da5a7
Author: Olga Mikhaltsova <omikhaltcova at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.java.net/jdk15u-dev/commit/827da5a76d86af4ec07a6d26d53fe43b06137a22
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/jdk15u-dev/pull/118
More information about the jdk-updates-dev
mailing list