Re: jdk9 build failure in ubuntu16.10

2016-12-05 Thread David Holmes
Hi Prasanta, On 6/12/2016 5:42 PM, Prasanta Sadhukhan wrote: Hi, On 12/6/2016 1:03 PM, David Holmes wrote: On 6/12/2016 4:55 PM, Prasanta Sadhukhan wrote: Hi, I was trying to build jdk9 workspace checked out today on ubuntu16.10 but am encountering a build problem. I did "configure --enable

Re: jdk9 build failure in ubuntu16.10

2016-12-05 Thread Prasanta Sadhukhan
Hi, On 12/6/2016 1:03 PM, David Holmes wrote: On 6/12/2016 4:55 PM, Prasanta Sadhukhan wrote: Hi, I was trying to build jdk9 workspace checked out today on ubuntu16.10 but am encountering a build problem. I did "configure --enable-debug --disable-warnings-as-errors" followed by "make" Would l

Re: jdk9 build failure in ubuntu16.10

2016-12-05 Thread David Holmes
Not this issue, but another problem trying to use gcc 6: https://bugs.openjdk.java.net/browse/JDK-8160310 David On 6/12/2016 5:33 PM, David Holmes wrote: On 6/12/2016 4:55 PM, Prasanta Sadhukhan wrote: Hi, I was trying to build jdk9 workspace checked out today on ubuntu16.10 but am encounter

Re: jdk9 build failure in ubuntu16.10

2016-12-05 Thread David Holmes
On 6/12/2016 4:55 PM, Prasanta Sadhukhan wrote: Hi, I was trying to build jdk9 workspace checked out today on ubuntu16.10 but am encountering a build problem. I did "configure --enable-debug --disable-warnings-as-errors" followed by "make" Would like to know if it is a known issue? Not sure it

Re: RFR: 8168503 JEP 297: Unified arm32/arm64 Port

2016-12-05 Thread Vladimir Kozlov
On 12/5/16 7:23 AM, Bob Vandette wrote: On Dec 2, 2016, at 8:04 PM, Vladimir Kozlov wrote: hi Bob, I would suggest to have separate webrevs for different repositories because different groups should look on them. There are only 3 non hotspot files and they are on top. Forwarding to buil

RFR: JDK-8170741: Enable uploading of built artifacts through Jib

2016-12-05 Thread Erik Joelsson
For a while now, Oracle engineers have been able to configure builds of JDK 9 with binary dependencies automatically downloaded from an artifact storage, using Jib. Since then, Jib has been enhanced to also support publishing build artifacts produced by the build into the same storage. Such art

Re: RFR: 8168503 JEP 297: Unified arm32/arm64 Port

2016-12-05 Thread Bob Vandette
> On Dec 2, 2016, at 8:04 PM, Vladimir Kozlov > wrote: > > hi Bob, > > I would suggest to have separate webrevs for different repositories because > different groups should look on them. There are only 3 non hotspot files and they are on top. Forwarding to build-dev for their review. > >

Re: RFR: 8170157/8169335: Unlimited Cryptography Policy Changes

2016-12-05 Thread Seán Coffey
looks good. You'll need to run the new CryptoPolicyFallback.java testcase in othervm mode. Regards, Sean. On 02/12/16 23:50, Bradford Wetmore wrote: Hi, I need reviewers for these related bugs: https://bugs.openjdk.java.net/browse/JDK-8170157 Enable unlimited cryptographic policy by default

Re: RFR: JDK-8141590: Cannot build Zero with devkit

2016-12-05 Thread Severin Gehwolf
On Mon, 2016-12-05 at 13:39 +0100, dalibor topic wrote: > On 05.12.2016 12:17, Severin Gehwolf wrote: > > > > So far my knowledge was Oracle didn't build the Zero port > > at all. > > See http://openjdk.java.net/projects/mobile/ > > cheers, > dalibor topic > Thanks, Dalibor. Cheers, Severin

Re: RFR: JDK-8141590: Cannot build Zero with devkit

2016-12-05 Thread Severin Gehwolf
On Mon, 2016-12-05 at 13:40 +0100, Erik Joelsson wrote: > Hello, > > On 2016-12-05 12:17, Severin Gehwolf wrote: > > > > On Mon, 2016-12-05 at 11:07 +0100, Erik Joelsson wrote: > > > > > > This patch adds libffi to the linux devkit to enable building of zero. > > > It also adds optional bundling

Re: RFR: JDK-8141590: Cannot build Zero with devkit

2016-12-05 Thread Erik Joelsson
Hello, On 2016-12-05 12:17, Severin Gehwolf wrote: On Mon, 2016-12-05 at 11:07 +0100, Erik Joelsson wrote: This patch adds libffi to the linux devkit to enable building of zero. It also adds optional bundling of the libffi library with the JDK. The reason for this is that the devkit sysroot is

Re: RFR: JDK-8141590: Cannot build Zero with devkit

2016-12-05 Thread dalibor topic
On 05.12.2016 12:17, Severin Gehwolf wrote: So far my knowledge was Oracle didn't build the Zero port at all. See http://openjdk.java.net/projects/mobile/ cheers, dalibor topic -- Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile: +491737185961

Re: RFR: JDK-8141590: Cannot build Zero with devkit

2016-12-05 Thread Severin Gehwolf
On Mon, 2016-12-05 at 11:07 +0100, Erik Joelsson wrote: > This patch adds libffi to the linux devkit to enable building of zero.  > It also adds optional bundling of the libffi library with the JDK. The  > reason for this is that the devkit sysroot is based on a distro that  > uses libffi.so.5 whil

RFR: JDK-8141590: Cannot build Zero with devkit

2016-12-05 Thread Erik Joelsson
This patch adds libffi to the linux devkit to enable building of zero. It also adds optional bundling of the libffi library with the JDK. The reason for this is that the devkit sysroot is based on a distro that uses libffi.so.5 while most distros we build or run tests on comes with libffi.so.6,

Re: RFR: 8170157/8169335: Unlimited Cryptography Policy Changes

2016-12-05 Thread Erik Joelsson
Looks good. /Erik On 2016-12-03 00:50, Bradford Wetmore wrote: Hi, I need reviewers for these related bugs: https://bugs.openjdk.java.net/browse/JDK-8170157 Enable unlimited cryptographic policy by default in OracleJDK https://bugs.openjdk.java.net/browse/JDK-8169335 Add a crypto policy fa