Re: Fix for JDK-8074829 : Resolve disabled warnings for libawt_headless

2016-04-21 Thread Phil Race
> Another solution is to exclude this file from HEADLESS compilation. > I am not sure how to achieve it. Any suggestion? I suppose that is possible and I expect we can do that See in the make file, where I think you just need to add entries to LIBAWT_HEADLESS_EXCLUDES := medialib although

Re: RFR: JDK-8154326: bash >(...) construct causes race conditions

2016-04-21 Thread Tim Bell
Erik: Unfortunately, this did not work well. The problem with the added "&& wait" materializes if the caller of ExecuteWithLog tries to pipe the output of that command, which we do frequently on Windows. To solve it, another level of parentheses are needed. Unfortunately this adds another

RE: Fix for JDK-8074829 : Resolve disabled warnings for libawt_headless

2016-04-21 Thread Ajit Ghaisas
>>On 04/20/2016 12:27 PM, Sergey Bylokhov wrote: >> 2d-dev added. >In fact all these are 2D. No AWT warnings here. >> >> I am not sure but why "declaration in the code" is a bad thing and we >> should fix it? >> - DISABLED_WARNINGS_solstudio := E_DECLARATION_IN_CODE >> >> I cannot find the

Re: build and ccache

2016-04-21 Thread Erik Joelsson
On 2016-04-21 12:05, Maurizio Cimadamore wrote: ccache version 3.1.9 gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 I will retry with those. Seems like I'm behind on both fronts :-) Note that the problem only occurs when updating the repo. I.e. I think the scenario is like this: 1) configure

Re: build and ccache

2016-04-21 Thread Maurizio Cimadamore
heh - in my case disabling ccache means jumping from building JDK in 2:30 minutes to building it in 6 mins, so it is noticeable :-) Maurizio On 19/04/16 11:42, Mario Torre wrote: 2016-04-18 19:10 GMT+02:00 Maurizio Cimadamore : Hi, I seem to be running into

Re: build and ccache

2016-04-21 Thread Maurizio Cimadamore
ccache version 3.1.9 gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 Seems like I'm behind on both fronts :-) Note that the problem only occurs when updating the repo. I.e. I think the scenario is like this: 1) configure --enable-ccahe 2) make clean ; make images 3) [after some time, some changes

Re: RFR(S): 8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86

2016-04-21 Thread David Holmes
On 21/04/2016 7:41 AM, Mikael Vidstedt wrote: Good catch. Updated webrevs here: top: http://cr.openjdk.java.net/~mikael/webrevs/8154209/webrev.02/webrev/ Minor nit - jib-profiles.js: ! configure_args_32bit: ["--with-target-bits=32", "--with-jvm-variants=server"], I think server

Re: RFR(S): 8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86

2016-04-21 Thread Leonid Mesnik
Mikael On 21.04.2016 00:41, Mikael Vidstedt wrote: Good catch. Updated webrevs here: top: http://cr.openjdk.java.net/~mikael/webrevs/8154209/webrev.02/webrev/ http://cr.openjdk.java.net/~mikael/webrevs/8154209/webrev.02/webrev/common/conf/jib-profiles.js.udiff.html