[jdk11u-dev] RFR: 8253795: Implementation of JEP 391: macOS/AArch64 Port [v7]
Ahmed Muhsin
duke at openjdk.java.net
Sat Feb 5 08:22:20 UTC 2022
On Fri, 4 Feb 2022 15:00:20 GMT, Vladimir Kempik <vkempik at openjdk.org> wrote:
>>> @ahmedmuhsin, could you possible try to replicate the issue with zulu11 ?
>>> https://www.azul.com/downloads/?version=java-11-lts&os=macos&architecture=arm-64-bit&package=jdk
>>> also, you test very old version of macos11.0.1 (Darwin 20.1.0)
>>> IIRC we saw very strange issues (not even java related) with first versions of macos_arm too, would it be possible for you to recheck with macos 11.4+ ?
>>
>> @VladimirKempik I'll give it a shot.
>> Thanks for the input everyone.
>
> @ahmedmuhsin were you able to test with a newer macos11 ? for example macos 11.1
>
> IIRC we might have seen similar forkAndExec issues in pre-release versions of macos11 on DTKs, but nothing similar on macoses 11.1+
@VladimirKempik, Apologies about the delay :)
I have been busy with other tasks since my last post. Nevertheless, today I was able to focus on testing the issue based on your suggestions. I tested both my build of this branch and the zulu11 build on MacOS versions `11.0`, `11.2.1`, `11.5.2`, and `11.6.2`. Here are my results:
| OS Version | My Build | Zulu11 |
| :--- | :----: | ---: |
| 11.0 | Crash | No Crash |
| 11.2.1 | Crash | No Crash |
| 11.5.2 | No Crash | No Crash |
| 11.6.2 | No Crash | No Crash |
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/715
More information about the jdk-updates-dev
mailing list