From 1fe461cf522c06f1c637a1791a72efb0d2660f31 Mon Sep 17 00:00:00 2001 From: sanhong Date: Fri, 11 Dec 2020 15:54:14 +0800 Subject: [PATCH] [Misc] Update README.md Summary: Update README.md Test Plan: AdoptJDK CI pipeline Reviewed-by: D-D-H, yuleil Issue: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 351ba982382..48df862bf35 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Over the years, Java has proliferated in Alibaba. Many applications are written Alibaba Dragonwell, as a downstream version of OpenJDK, is the in-house OpenJDK implementation at Alibaba optimized for online e-commerce, financial, logistics applications running on 100,000+ servers. Alibaba Dragonwell is the engine that runs these distributed Java applications in extreme scaling. -Alibaba Dragonwell is certified as compatible with the Java SE standard. The current release supports Linux/x86_64 platform only. +The current release supports Linux/x86_64 platform only. Alibaba Dragonwell is clearly a "friendly fork" under the same licensing terms as the upstream OpenJDK project. Alibaba is committed to collaborate closely with OpenJDK community and intends to bring as many customized features as possible from Alibaba Dragonwell to the upstream.