From e77121378022f1a907fe0febcff037478ff847b2 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Mon, 13 Jul 2020 16:38:59 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97b2cd2fa90..33983790cda 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,24 @@ OpenJDK for Windows 10 ARM64 This project only holds early access binaries of the initial port of OpenJDK for Windows on ARM64 devices and some accompanying documentation. -* The source code can be found upstream on [openjdk.java.net](https://openjdk.java.net). * See our [Contributing Guide](CONTRIBUTING.md). **Please note** source code contributions are welcome through the [OpenJDK project](https://openjdk.java.net/contribute/). * Our [Code of Conduct](CODE_OF_CONDUCT.md). *Early Access* binaries are available in the [releases](https://github.com/microsoft/openjdk-aarch64/releases) tab for experimentation. +## JDK Enhancement Proposal +This port is being proposed as a JEP to the OpenJDK project. The JEP can be found at [https://openjdk.java.net/jeps/388](https://openjdk.java.net/jeps/388). + +This JEP is being tracked under the [JDK-8248496](https://bugs.openjdk.java.net/browse/JDK-8248496) work item. + +## Source Code +All source code changes to OpenJDK, required to implement this port, are being tracked under the [JDK-8248238 Implementation of JEP: Windows AArch64 Support](https://bugs.openjdk.java.net/browse/JDK-8248238). + +The source code is available through Webrevs in the OpenJDK project. + +- Webrev P1: http://cr.openjdk.java.net/~burban/winarm64_p1_llp64/ +- Webrev P2: http://cr.openjdk.java.net/~burban/winarm64_p2_new-target/ + ## Supported Windows Versions - Windows 10