Re: RFR: JDK-8190744: xattr: No such file LICENSE files

2017-11-07 Thread Alan Bateman
On 08/11/2017 00:58, Erik Joelsson wrote: After my recent changes to the install-file macro and using of SetupCopyFiles to generate the mac specific images, we have started seeing errors like this in the build on mac: xattr: No such file: /d/jdk/open/build/macosx-x86_64-normal-server-releas

Build documentation (building.md) needs updating as a result of 8170681

2017-11-07 Thread Michael D
Hi All, Couldn't find a documentation mailing list so I figured I'd drop this here since it seems most relevant to the build system. As a result of last weeks change for 8170681 - removal of fontconfig from the source tree, fontconfig was introduced as a build depend (libfontconfig1-dev on Debian)

Re: RFR(xs): JDK-8190865 - Require jtreg 4.2 b10

2017-11-07 Thread David Holmes
On 8/11/2017 3:05 AM, jesper.wilhelms...@oracle.com wrote: Including build-dev. On 7 Nov 2017, at 17:56, jesper.wilhelms...@oracle.com wrote: Hi, Please review this minor change to use the latest jtreg version in HotSpot testing. This should get rid of the SocketTimeoutExceptions that we cur

RFR: JDK-8190744: xattr: No such file LICENSE files

2017-11-07 Thread Erik Joelsson
After my recent changes to the install-file macro and using of SetupCopyFiles to generate the mac specific images, we have started seeing errors like this in the build on mac: xattr: No such file: /d/jdk/open/build/macosx-x86_64-normal-server-release/images/jre-bundle/jre-10.jre/Contents/Home/

RFR: JDK-8190735: Define all base artifacts for all open/open-debug profiles

2017-11-07 Thread Erik Joelsson
When first defining artifacts for build profiles in Jib, I only defined those that we are actually publishing in promoted builds. With Mach 5 we now have requirements on being able to test open only builds as well as their debug variants.This patch removes the special case definitions of artifa

Re: RFR(xs): JDK-8190865 - Require jtreg 4.2 b10

2017-11-07 Thread Erik Joelsson
Looks good. /Erik On 11/7/17 9:05 AM, jesper.wilhelms...@oracle.com wrote: Including build-dev. On 7 Nov 2017, at 17:56, jesper.wilhelms...@oracle.com wrote: Hi, Please review this minor change to use the latest jtreg version in HotSpot testing. This should get rid of the SocketTimeoutExc

Re: RFR(xs): JDK-8190865 - Require jtreg 4.2 b10

2017-11-07 Thread jesper . wilhelmsson
Thanks! /Jesper > On 7 Nov 2017, at 18:05, Daniel D. Daugherty > wrote: > > Thumbs up! > > Dan > > > On 11/7/17 11:56 AM, jesper.wilhelms...@oracle.com wrote: >> Hi, >> >> Please review this minor change to use the latest jtreg version in HotSpot >> testing. >> This should get rid of the S

Re: RFR(xs): JDK-8190865 - Require jtreg 4.2 b10

2017-11-07 Thread jesper . wilhelmsson
Including build-dev. > On 7 Nov 2017, at 17:56, jesper.wilhelms...@oracle.com wrote: > > Hi, > > Please review this minor change to use the latest jtreg version in HotSpot > testing. > This should get rid of the SocketTimeoutExceptions that we currently see in > the HotSpot nightly. > > Bug:

Re: Building OpenJDK9 on MSYS2

2017-11-07 Thread Andrew Sun
I tried Peter Budai's patches from mingw-w64-openjdk branch, but it failed due to using dlfcn.h instead of windows.h in jdk9-jdk-9+181/hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp. After guarding dlfcn.h with #ifdef linux #endif and adding the windows.h include, it compiled fine until