[jdk8u-dev] Integrated: 8257620: Do not use objc_msgSend_stret to get macOS version

Ben Taylor btaylor at openjdk.org
Mon Dec 5 23:21:34 UTC 2022


On Tue, 1 Nov 2022 20:44:38 GMT, Ben Taylor <btaylor at openjdk.org> wrote:

> This backports [JDK-8257620](https://bugs.openjdk.org/browse/JDK-8257620) for parity with Oracle JDK8 and OpenJDK 11+. 
> 
> The backport is not clean because [JDK-8269850](https://bugs.openjdk.org/browse/JDK-8269850) was applied first in 8u. If that change is backed out and reapplied after this backport, both are clean.
> 
> Change applied with:
> - `git revert 43cfe27fa3a11dd6d4fffcb1c1336ac7fdd0233b` (backout JDK-8269850)
> - `git backport --from https://github.com/openjdk/jdk d4c7db5060978302382549246f9ad6831f19377d` (apply JDK-8257620)
> - `git backport --from https://github.com/openjdk/jdk 3b1b8fc646493eae5f4df828afe29abb75fa5e60` (re-apply JDK-8269850)
> - `git rebase -i HEAD~3` (squash commits)

This pull request has now been integrated.

Changeset: 2abc2062
Author:    Ben Taylor <btaylor at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/2abc2062b6706d7cdd01a9d95c46de3a63e9c763
Stats:     8 lines in 1 file changed: 4 ins; 0 del; 4 mod

8257620: Do not use objc_msgSend_stret to get macOS version

Reviewed-by: akozlov, phh, omikhaltcova
Backport-of: d4c7db5060978302382549246f9ad6831f19377d

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

PR: https://git.openjdk.org/jdk8u-dev/pull/153


More information about the jdk8u-dev mailing list