-
Notifications
You must be signed in to change notification settings - Fork 498
Developer Guide
Jonathan Lu edited this page Mar 26, 2019
·
9 revisions
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.
- dragonwell8 - dragonwell8_hotspot |- dragonwell8_jdk |- dragonwell8_langtools |- dragonwell8_jaxp |- dragonwell8_jaxws |- dragonwell8_nashorn - dragonwell8_corba
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/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.
Alibaba Dragonwell