[RFR] jdk9.0.4+12 + functionality
Edward Nevill
edward.nevill at gmail.com
Tue Apr 10 19:42:30 UTC 2018
On Tue, 2018-04-10 at 20:20 +0300, Andrey Petushkov wrote:
> So I’ve prepared the cumulative diffs with the following modification
> to the method:
> - for root, hotspot and jdk repos I did not do update before merge, so merge parents go in another order. As such merge changeset as desired has all incoming jdk9u diff as part of it
> - for corba, jaxp, jaxws, langtools and nashorn repos it’s impossible to use this method since there is no local diff so pull does not create another head. Instead I ran hg diff over outgoing changesets (hg diff -r "p1(first(outgoing()))" -r "last(outgoing())")
> patches are at http://cr.openjdk.java.net/~apetushkov/aarch32jdk9.0.4%2b12/patches/
> I’ve verified that root, jdk and corba applied cleanly, the other should be fine I think. However hotspot still does not apply.
Hi Andrey,
I have tried applying the patches at
http://cr.openjdk.java.net/~apetushkov/aarch32jdk9.0.4%2b12/patches
to
http://hg.openjdk.java.net/aarch32-port/jdk9
The following do not seem to apply cleanly
jaxp
jaxws
langtools
nashorn
What I am looking for is a method to reproduce your tree locally so I can build and test it.
Initially, I want to build and test the jdk9 tree with jdk9u updates.
Then I want to apply and test the azul changes and build and test that.
I do not care about the history, I just want to build and test.
If necessary please copy your repos somewhere on the web so I can download them.
Thanks,
Ed.
More information about the aarch32-port-dev
mailing list