[jdk11u-dev] RFR: 8253015: Aarch64: Move linux code out from generic CPU feature detection [v3]
Reka Kovacs
github.com+25946952+rnkovacs at openjdk.java.net
Mon Aug 30 11:43:00 UTC 2021
> Not a clean backport. Differences to the original commit:
>
> - Changes to files under `src/hotspot/cpu/aarch64/` and `src/hotspot/os_cpu/linux_aarch64/` are adjusted to cover hardware features supported in JDK 11.
> - As JDK 11 is built using an older C++ standard than tip, `static_assert`s need to be replaced with `STATIC_ASSERT` macros in `vm_version_linux_aarch64.cpp`.
> - The GraalVM related changes in `vmStructs_jvmci.cpp`, `AArch64HotSpotLIRGenerator.java` and `GraalHotSpotVMConfig.java` are skipped as they seem to be modifying code added in JDK 14 ([JDK-8226222](https://bugs.openjdk.java.net/browse/JDK-8226222) and [JDK-8231973](https://bugs.openjdk.java.net/browse/JDK-8229201)).
>
> This is part of the Windows/AArch64 port.
Reka Kovacs 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 one additional commit since the last revision:
Backport 36998b006d6a9ee8145004778534d1f35a55e068
-------------
Changes:
- all: https://git.openjdk.java.net/jdk11u-dev/pull/299/files
- new: https://git.openjdk.java.net/jdk11u-dev/pull/299/files/4884ef8f..1b4247f5
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=299&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=299&range=01-02
Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/299.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/299/head:pull/299
PR: https://git.openjdk.java.net/jdk11u-dev/pull/299
More information about the jdk-updates-dev
mailing list