Re: RFR: JDK-8151973: Add Jib and JPRT configuration for linux-arm64 open only

2016-04-07 Thread Magnus Ihse Bursie
On 2016-04-07 11:55, Erik Joelsson wrote: Any chance I could get a reivew for this? I think the profile should be named "linux-aarch64", since that's how the open platform port refers to itself, and also to avoid collision with the closed "arm64" port. Otherwise, the patch looks good. /M

Re: RFR: JDK-8151973: Add Jib and JPRT configuration for linux-arm64 open only

2016-04-07 Thread Erik Joelsson
Any chance I could get a reivew for this? /Erik On 2016-03-30 12:10, Erik Joelsson wrote: Updated patch: http://cr.openjdk.java.net/~erikj/8151973/webrev.top.01/ Now that JDK-8152545 has been resolved, there is nothing stopping the open linux-aarch64 port from being cross compiled. With these

Re: RFR: JDK-8151973: Add Jib and JPRT configuration for linux-arm64 open only

2016-03-30 Thread Erik Joelsson
Updated patch: http://cr.openjdk.java.net/~erikj/8151973/webrev.top.01/ Now that JDK-8152545 has been resolved, there is nothing stopping the open linux-aarch64 port from being cross compiled. With these changes, the build group at Oracle will be able to verify that it builds much more easily.

Re: RFR: JDK-8151973: Add Jib and JPRT configuration for linux-arm64 open only

2016-03-19 Thread David Holmes
Erik, On 16/03/2016 8:10 PM, Erik Joelsson wrote: Hello, Since we have a community supported Linux aarch64 port, I would like to be able to build it using Jib and JPRT, specifically as part of the new buildinfra testset. Bug: https://bugs.openjdk.java.net/browse/JDK-8151973 Webrev: http://cr.o

RFR: JDK-8151973: Add Jib and JPRT configuration for linux-arm64 open only

2016-03-16 Thread Erik Joelsson
Hello, Since we have a community supported Linux aarch64 port, I would like to be able to build it using Jib and JPRT, specifically as part of the new buildinfra testset. Bug: https://bugs.openjdk.java.net/browse/JDK-8151973 Webrev: http://cr.openjdk.java.net/~erikj/JDK-8151973/webrev.01/ /E