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
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
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
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
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
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