RFR: 8257620: Do not use objc_msgSend_stret to get macOS version

Roger Riggs rriggs at openjdk.java.net
Wed Dec 9 14:28:33 UTC 2020


On Wed, 2 Dec 2020 17:34:00 GMT, Anton Kozlov <akozlov at openjdk.org> wrote:

> Please review a small change that replaces use of objc_msgSend_stret in macOS platform code with pure ObjC code. It's also a prerequisite for macOS/AArch64 support, where objc_msgSend_stret is not available.

Looks ok to me.
But it would be good if @prrace can have a look.

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

Marked as reviewed by rriggs (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1569



More information about the build-dev mailing list