On Wed, 2 Dec 2020 17:34:00 GMT, Anton Kozlov <akoz...@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. >From a build PoV this sounds like a reasonable fix, but you need a review from >someone in core-libs as well. ------------- PR: https://git.openjdk.java.net/jdk/pull/1569