New submit repo for hotspot changes
Aleksey Shipilev
ashipile at redhat.com
Tue Mar 13 11:06:54 UTC 2018
On 03/13/2018 02:06 AM, jesper.wilhelmsson at oracle.com wrote:
> Hi all HotSpot developers!
>
> There is now a new submit repo available. It is similar to the one created a while ago [1], and the usage is the same, but this one is based on and synched with the jdk/hs forest. This means that it should now be possible for any contributor to run all the required tests for hotspot pushes (referred to as hs tier 1) on the latest version of the HotSpot source code.
>
> http://hg.openjdk.java.net/jdk/submit-hs/
Mirror tarball for this new repo:
https://builds.shipilev.net/workspaces/jdk-submit-hs.tar.xz
As usual, this works:
$ wget https://builds.shipilev.net/workspaces/jdk-submit-hs.tar.xz -O - | tar xJf -; \
cd jdk-submit-hs; \
hg pull; hg up;
-Aleksey
More information about the jdk-dev
mailing list