jdk9/jdk9 is the master from which RE builds are created
jdk9/dev is for core-libs + tools + similar
jdk9/client is for client
jdk9/hs-=* are the various hotspot ones ..
Generally you can think of "dev" as the only direct child of master.
jdk9/hs and jdk9/client are children of dev
the hs-* ones are children of jdk9/hs
There's also a sandbox for experiments (using branches)
-phil.
On 10/7/16, 2:42 PM, Alan Burlison wrote:
On 07/10/16 19:40, Philip Race wrote:
You are looking at the wrong forest.
All client changes must always go to
http://hg.openjdk.java.net/jdk9/client.
Ah, right. Will that end up in dev eventually? I haven't found
anything so far that explains the relationships between all the repo
forests...