[jdk8u-dev] RFR: 8257620: Do not use objc_msgSend_stret to get macOS version
Xin Liu
xliu at openjdk.org
Tue Nov 8 20:32:30 UTC 2022
On Thu, 3 Nov 2022 09:59:14 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> Patched file location difference: JDK: `./src/java.base/macosx/native/libjava/java_props_macosx.c` JDK8: `./jdk/src/solaris/native/java/lang/java_props_macosx.c`
>
> It seems it's not possible to apply this patch avoiding manual merge in a way described, right?
You are right. From my reading, @benty-amzn just reverted what you did(step-1) and re-applied it(step-3) after JDK-8257620. There's a typo in his description. It should be 'JDK-8269850' rather than 'JDK-826985' in step-3.
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/153
More information about the jdk8u-dev
mailing list