Integrated: 8248238: Implementation: JEP 388: Windows AArch64 Support

Monica Beckwith mbeckwit at openjdk.java.net
Mon Oct 5 03:24:45 UTC 2020


On Wed, 16 Sep 2020 20:26:10 GMT, Monica Beckwith <mbeckwit at openjdk.org> wrote:

> This is a continuation of https://mail.openjdk.java.net/pipermail/aarch64-port-dev/2020-August/009566.html
>  
> Changes since then:
> * We've improved the write barrier as suggested by Andrew [1]
> * The define-guards around R18 have been changed to `R18_RESERVED`. This will be enabled for Windows only for now but
>   will be required for the upcoming macOS+Aarch64 [2] port as well.
> * We've incorporated https://github.com/openjdk/jdk/pull/154 by @AntonKozlov in our PR for now and built the
>   Windows-specific CPU feature detection on top of it.
> 
> [1] https://mail.openjdk.java.net/pipermail/aarch64-port-dev/2020-August/009597.html
> [2] https://openjdk.java.net/jeps/8251280

This pull request has now been integrated.

Changeset: 9604ee82
Author:    Monica Beckwith <mbeckwit at openjdk.org>
Committer: David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9604ee82
Stats:     2566 lines in 62 files changed: 2208 ins; 126 del; 232 mod

8248238: Implementation: JEP 388: Windows AArch64 Support

Co-authored-by: Monica Beckwith <mbeckwit at openjdk.org>
Co-authored-by: Ludovic Henry <luhenry at openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban at openjdk.org>
Reviewed-by: dholmes, cjplummer, aph, ihse

-------------

PR: https://git.openjdk.java.net/jdk/pull/212



More information about the build-dev mailing list