Skip to content

Developer Guide

Jonathan Lu edited this page Mar 26, 2019 · 9 revisions

Repositories

Source code of Alibaba Dragonwell8 was derived from the OpenJDK 8u forest. So just like the OpenJDK 8u forest, there are multiple git repositories in Alibaba Dragonwell8's code base.

The repository where you are reading this Wiki is the top repository of the code base, it meant to be the starting point of new developers.

To get all the source code, just

git clone git@github.com:alibaba/dragonwell8.git
cd dragonwell8
bash get_source_dragonwell.sh -s github

Issues and pull requests

Issues/PullRequests are enabled on repository basis, which means if you wanna file a bug or contribute a patch to HotSpot module, you have to goto the dragonwell8_hotspot sub-repo to operate.

Clone this wiki locally