HotswapProjects / openjdk-jdk11u-dcevm

Dcevm11 sources, binaries are available at https://travis-ci.org/TravaOpenJDK/trava-jdk-11-dcevm
GNU General Public License v2.0
30 stars 10 forks source link

Rebase the repository on top of the new Adoptium OpenJDK 11 repository #11

Closed ebourg closed 3 years ago

ebourg commented 3 years ago

The DCEVM repository is based on the AdoptOpenJDK repository which mirrored the OpenJDK 11 Mercurial repository. The AdopOpenJDK repository is no longer updated, it has been replaced by the new Adoptium repository which now tracks the jdk11u mirror on GitHub.

The DCEVM patches will have to be rebased on top of the Adoptium repository, maybe using a new repository to avoid mixing two distinct commit history with conflicting tags.

skybber commented 3 years ago

Thanks for info, I'll look at it.

skybber commented 3 years ago

There is a new branch dcevm11-jdk-11.0.12-adoptium now, rebased dcevm11 on tag jdk-11.0.12-ga. Master is equal to adoptium master, old master is renamed to master-old-adopt since adoptium master has different hashes for same commits!

ebourg commented 3 years ago

Thank you for the quick update. The branch builds fine in Debian.