Over the years, Java has proliferated in Alibaba. Many applications are written in Java and many our Java developers have written more than one billion lines of Java code.
Alibaba Dragonwell, as a downstream version of OpenJDK, is the 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 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.
Alibaba Dragonwell JDK currently supports Linux/x86_64 platform only.
- You may download a pre-built Alibaba Dragonwell JDK from its GitHub page: https://github.com/dragonwell-project/dragonwell11/releases.
- Uncompress the package to the installation directory.
To enable Alibaba Dragonwell JDK for your application, simply set JAVA_HOME
to point to the installation directory of Alibaba Dragonwell. If you installed Dragonwell JDK via YUM, follow the instructions prompted from post-install outputs, e.g.:
=======================================================================
# Assuming Alibaba Dragonwell 11 is installed to:
# /opt/alibaba/java-11-alibaba-dragonwell
# You can set Alibaba Dragonwell as default JDK by exporting following environment variables:
$ export JAVA_HOME=/opt/alibaba/java-11-alibaba-dragonwell
$ export PATH=${JAVA_HOME}/bin:$PATH
=======================================================================
Special thanks to those who have made contributions to Alibaba's internal JDK builds.
Technologies included in Alibaba Dragonwell have been published in following papers
- Yifei Zhang, Tianxiao Gu, Xiaolin Zheng, Lei Yu, Wei Kuai, Sanhong Li Towards a Serverless Java Runtime In ASE 2021 Industry Showcase, to appear
- Mingyu Wu, Ziming Zhao, Yanfei Yang, Haoyu Li, Haibo Chen, Binyu Zang, Haibing Guan, Sanhong Li, Chuansheng Lu, Tongbao Zhang Platinum: A CPU-Efficient Concurrent Garbage Collector for Tail-Reduction of Interactive Services In USENIX ATC 2020, pp. 159–172
- Shiyou Huang, Jianmei Guo, Sanhong Li, Xiang Li, Yumin Qi, Kingsum Chow, Jeff Huang SafeCheck: Safety Enhancement of Java Unsafe API In ICSE 2019, pp. 889–899
-
Fangxi Yin, Denghui Dong, Chuansheng Lu, Tongbao Zhang, Sanhong Li, Jianmei Guo, Kingsum Chow Cloud-Scale Java Profiling at Alibaba In ICPE Companion 2018, pp. 99–100
-
Fangxi Yin, Denghui Dong, Sanhong Li, Jianmei Guo, Kingsum Chow Java Performance Troubleshooting and Optimization at Alibaba In ICSE-SEIP 2018, pp. 11–12