JDK 15 is now in Rampdown Phase One

Aleksey Shipilev shade at redhat.com
Sun Jun 14 16:24:44 UTC 2020


On 6/11/20 10:41 PM, mark.reinhold at oracle.com wrote:
> We’ve forked the main-line source repository, jdk/jdk, to the jdk/jdk15
> stabilization repository.  Any changes pushed to jdk/jdk are now bound
> for JDK 16, as noted previously [2].

I believe the jdk/jdk15 still points to jdk/submit (not jdk/submit15) as auxiliary repository, which
means this happens on push:

$ hg push
pushing to ssh://shade@hg.openjdk.java.net/jdk/jdk15
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 2 changes to 2 files
remote: pushing to /hg/jdk/submit
remote: searching for changes
remote: abort: push creates new remote head d17230bf917e!
remote: (pull and merge or see "hg help push" for details about pushing new heads)
remote: pushed update to /hg/jdk/submit
remote: notifying jdk-all-changes at openjdk.java.net, jdk-changes at openjdk.java.net


Also, a question: if I have an urgent fix that should go both in jdk/jdk15 and jdk/jdk, I can push
to both at the same time, without waiting for jdk/jdk15 -> jdk/jdk sync?

-- 
Thanks,
-Aleksey



More information about the jdk-dev mailing list