[jdk11u-dev] RFR: 8253795: Implementation of JEP 391: macOS/AArch64 Port [v9]
Vladimir Kempik
vkempik at openjdk.java.net
Mon Feb 14 18:42:14 UTC 2022
On Tue, 8 Feb 2022 10:42:02 GMT, Vladimir Kempik <vkempik at openjdk.org> wrote:
>> Initial version of JEP-391 backport to jdk11u.
>> Build system changes are mostly clean, except cds disabling part, it's copy&paste from aix part.
>> Things needing attention: os_bsd_aarch64.cpp and W^X transitions.
>> serviceability agent is mostly clean.
>> This passed GHA_tier1 testing.
>> Full regression testing is running now on Azul's infra, will report/update PR when done.
>> **Update: TCK passed, full regression testing is fine on intel platforms, macos/aarch64/openjdk11 is good compared to macos/aarch64/zulu11**
>> Sharing this PR slightly earlier to let other interested parties to run the tests too.
>> Example of cross-building on intel mac (needs Xcode12/13):
>> sh configure --with-boot-jdk=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/ --with-build-jdk=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/ --disable-warnings-as-errors --openjdk-target=aarch64-apple-darwin
>
> Vladimir Kempik has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 13 additional commits since the last revision:
>
> - Fix wrong patch from jep-388 backport
> - Merge branch 'master' into JDK-8253795
> - Add two missing WX transitions
> - Ignore TestOnError.java on macos_aarch64
> - Merge branch 'master' into JDK-8253795
> - remove unused at_rsp from aarch64
> - Fix warning about c++11 extension
> - Exclude test CompressedClassPointers.java on macarm
> - Merge pull request #1 from VladimirKempik/JEP391_and_8262896
>
> 8262896: [macos_aarch64] Crash in jni_fast_GetLongField
> - 8262896: [macos_aarch64] Crash in jni_fast_GetLongField
> - ... and 3 more: https://git.openjdk.java.net/jdk11u-dev/compare/98f15bf4...6d037958
Oracle has pulled this into their java11 - https://bugs.openjdk.java.net/browse/JDK-8275573
@GoeLin is there anything holding us from getting approval for 11u ?
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/715
More information about the jdk-updates-dev
mailing list