Re: RFR: 8210459: Add support for generating compile_commands.json

2018-10-03 Thread Robin Westberg
Hi Magnus, Thanks for reviewing, sorry for taking a while to respond! > On 19 Sep 2018, at 13:02, Magnus Ihse Bursie > wrote: > > 19 sep. 2018 kl. 09:51 skrev Magnus Ihse Bursie > : > >> In Awt2dLibraries.gmk, I think lines 733 and 735 needs to be fixed as >> well. Using FindLib is

Re: RFR: 8210459: Add support for generating compile_commands.json

2018-10-03 Thread Erik Joelsson
Hello Robin, make/CompileCommands.gmk: typo in comment: "prepened" On 2018-10-03 11:09, Robin Westberg wrote: Hi Magnus, Thanks for reviewing, sorry for taking a while to respond! On 19 Sep 2018, at 13:02, Magnus Ihse Bursie wrote: 19 sep. 2018 kl. 09:51 skrev Magnus Ihse Bursie : In Aw

RFC: JEP JDK-8208089: Implement C++14 Language Features

2018-10-03 Thread Kim Barrett
I've submitted a JEP for (1) enabling the use of C++14 Language Features when building the JDK, (2) define a process for deciding and documenting which new features can be used or are forbidden in HotSpot code, (3) provide an initial list of permitted and forbidden new features. https://bugs.op

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

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

Re: RFC: JEP JDK-8208089: Implement C++14 Language Features

2018-10-03 Thread mark . reinhold
2018/10/3 12:13:15 -0700, kim.barr...@oracle.com: > ... > > https://bugs.openjdk.java.net/browse/JDK-8208089 Or, more readably: https://openjdk.java.net/jeps/8208089 - Mark