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
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)
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
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/
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
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
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
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:
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