Re: build failure in perfMemory_solaris.cpp?

2015-01-23 Thread Volker Simonis
Hi, we can see the same in our nightly OpenJDK 8/9 builds (http://cr.openjdk.java.net/~simonis/ppc-aix-port/) and would be interested in a solution as well. Thanks, Volker On Fri, Jan 23, 2015 at 5:19 AM, David Holmes david.hol...@oracle.com wrote: Hi Anthony, On 23/01/2015 10:33 AM,

Re: build failure in perfMemory_solaris.cpp?

2015-01-23 Thread Bradford Wetmore
Is there a bug id yet? I haven't seen one showing up in a quick search for dd_fd or perfMemory_solaris.cpp. For the record, I'm on what I think is the required platform/compilers: % uname -a SunOS sca00bkv 5.11 11.1 sun4v sparc sun4v % more /etc/release Oracle

Re: build failure in perfMemory_solaris.cpp?

2015-01-23 Thread Anthony Scarpino
I created one: https://bugs.openjdk.java.net/browse/JDK-8071501 Tony On 01/23/2015 10:07 AM, Bradford Wetmore wrote: Is there a bug id yet? I haven't seen one showing up in a quick search for dd_fd or perfMemory_solaris.cpp. For the record, I'm on what I think is the required

Re: build failure in perfMemory_solaris.cpp?

2015-01-23 Thread Alejandro E Murillo
by the timing when this started to happen, I believe this was caused by the CPU changes integrated into jdk9/dev on Wednesday (they didn't come through jdk9/hs). I went to check those changesets and this looks like the prime suspect: Changeset: c656c7540cb1 Author:gthornbr Date:

Re: RFR: JDK-8069261: Create make dependencies on make variable values

2015-01-23 Thread Erik Joelsson
Hello, New webrev: On 2015-01-23 13:34, Magnus Ihse Bursie wrote: On 2015-01-23 12:17, Erik Joelsson wrote: * Added test-make to the all target so that it gets tested in JPRT. It takes close to no time to run. While I do like to see the make tests being run more frequently, I'm not sure I

Re: RFR: JDK-8069261: Create make dependencies on make variable values

2015-01-23 Thread Erik Joelsson
And the webrev link: http://cr.openjdk.java.net/~erikj/8069261/webrev.03/ /Erik On 2015-01-23 14:35, Erik Joelsson wrote: Hello, New webrev: On 2015-01-23 13:34, Magnus Ihse Bursie wrote: On 2015-01-23 12:17, Erik Joelsson wrote: * Added test-make to the all target so that it gets tested in

Re: build failure in perfMemory_solaris.cpp?

2015-01-23 Thread David Holmes
The Solaris problem doesn't appear when using our S10u6 devkits so wasn't noticed internally. It isn't clear exactly when Solaris decided to switch from SVR4 definition to POSIX definition. Not sure if we want ugly ifdefs or wait until our official compiler set encounters the problem. Can't

Re: Problem with Windows build - freetype.dll: %1 is not a valid Win32 application

2015-01-23 Thread Magnus Ihse Bursie
On 2015-01-19 09:39, Mads Bondo Dydensborg wrote: Hi there As written about earlier, I have compiled OpenJDK on Windows 7 64 bit, using Visual Studio 2010 Express SP 1, under Cygwin. (eventually: make clean images). AFAIK, VS Express will only build a 32 bit image, and has done. A simple

Re: RFR: JDK-8071329: Stop exporting INCLUDE and LIB when building on windows

2015-01-23 Thread Magnus Ihse Bursie
On 2015-01-22 15:40, Erik Joelsson wrote: Hello, The new LDFLAGS requires unpack200.exe to stop being linked differently to all other executables. There is no reason for this discrepancy that I can find, it just seems like someone did a bit of a quick hack getting it to build long ago in the

Re: RFR: JDK-8071329: Stop exporting INCLUDE and LIB when building on windows

2015-01-23 Thread Erik Joelsson
Adding Kumar since he has history in the unpack200 executable and I'm changing how it is being linked on Windows. In the old build, unpack200.exe was linked with cl.exe instead of link.exe like all other executables and libraries. Since the formatting of options is completely different, the

Re: Building open jdk 8 from source fails

2015-01-23 Thread Magnus Ihse Bursie
On 2015-01-18 04:47, lee json wrote: I switch to cloning repository at http://hg.openjdk.java.net/jdk8u/jdk8u-dev/ by command `hg clone http://hg.openjdk.java.net/jdk8u/jdk8u-dev` Then build with command line `bash ./configure --with-boot-jdk=/home/jason/jdk1.7.0_6` or `bash ./configure`. And

Re: RFR (XS) 8031064: build_vm_def.sh not working correctly for new build cross compile

2015-01-23 Thread Dean Long
David and Dmitry, thanks for the reviews! dl On 1/22/2015 11:41 PM, David Holmes wrote: On 23/01/2015 5:36 PM, Dean Long wrote: On 1/22/2015 11:01 PM, David Holmes wrote: On 23/01/2015 4:01 AM, Dean Long wrote: On 1/22/2015 2:19 AM, David Holmes wrote: On 22/01/2015 8:39 AM, Dean Long

Re: RFR: JDK-8069261: Create make dependencies on make variable values

2015-01-23 Thread Erik Joelsson
Hello, Thanks for the comments. Here is a new version: http://cr.openjdk.java.net/~erikj/8069261/webrev.02/ In addition to fixing the concerns below, I fixed the following: * Added test-make to the all target so that it gets tested in JPRT. It takes close to no time to run. * Added 1 second

Re: RFR: JDK-8055190: Cleanup include and exclude of core-libs native libraries after source code restructure

2015-01-23 Thread Alan Bateman
On 23/01/2015 14:35, Erik Joelsson wrote: Hello, Please review this build patch, cleaning up some in the native compilation of some core libraries. After the source code restructure into modules, the need for explicit exclude and include of source files was reduced. This patch moves some OS

Re: RFR: JDK-8069261: Create make dependencies on make variable values

2015-01-23 Thread Magnus Ihse Bursie
On 2015-01-23 14:35, Erik Joelsson wrote: Hello, New webrev: On 2015-01-23 13:34, Magnus Ihse Bursie wrote: On 2015-01-23 12:17, Erik Joelsson wrote: * Added test-make to the all target so that it gets tested in JPRT. It takes close to no time to run. While I do like to see the make tests

RFR: JDK-8055190: Cleanup include and exclude of core-libs native libraries after source code restructure

2015-01-23 Thread Erik Joelsson
Hello, Please review this build patch, cleaning up some in the native compilation of some core libraries. After the source code restructure into modules, the need for explicit exclude and include of source files was reduced. This patch moves some OS specific files to OS specific source dirs

Re: RFR: JDK-8055190: Cleanup include and exclude of core-libs native libraries after source code restructure

2015-01-23 Thread Erik Joelsson
On 2015-01-23 15:41, Alan Bateman wrote: On 23/01/2015 14:35, Erik Joelsson wrote: Hello, Please review this build patch, cleaning up some in the native compilation of some core libraries. After the source code restructure into modules, the need for explicit exclude and include of source

Re: RFR: JDK-8069261: Create make dependencies on make variable values

2015-01-23 Thread Magnus Ihse Bursie
On 2015-01-23 12:17, Erik Joelsson wrote: Hello, Thanks for the comments. Here is a new version: http://cr.openjdk.java.net/~erikj/8069261/webrev.02/ In addition to fixing the concerns below, I fixed the following: * Added test-make to the all target so that it gets tested in JPRT. It takes