Re: RFR: JDK-8211677: Java resource copy and clean should use MakeTargetDir macro

2018-10-04 Thread Erik Joelsson
Hello, On 2018-10-04 04:47, Magnus Ihse Bursie wrote: Looks good to me. Have you searched the code for more instances of mkdir -p? Just did, lots of places. I will create a followup issue for this. The current issue is failing too many builds in our CI to not be fixed fast. Also, maybe we sho

Re: RFR: JDK-8211677: Java resource copy and clean should use MakeTargetDir macro

2018-10-04 Thread Magnus Ihse Bursie
Looks good to me. Have you searched the code for more instances of mkdir -p? Also, maybe we should check if using AC_PROG_MKDIR_P would give us a better option on Solaris. (See https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Particular-Programs.html#Particula

Re: RFR: JDK-8211677: Java resource copy and clean should use MakeTargetDir macro

2018-10-03 Thread Tim Bell
Erik: Since upgrading our Solaris build machines to 11.3, we have experienced intermittent build failures in the recipes copying java resource files. It's unclear why this started happening now after having worked fine for so long, but it seems it's a race caused by concurrent calls to "mkdir -p

RFR: JDK-8211677: Java resource copy and clean should use MakeTargetDir macro

2018-10-03 Thread Erik Joelsson
Since upgrading our Solaris build machines to 11.3, we have experienced intermittent build failures in the recipes copying java resource files. It's unclear why this started happening now after having worked fine for so long, but it seems it's a race caused by concurrent calls to "mkdir -p". In