Re: mistriggered "error: warnings found and -Werror specified" for java warnings

2020-04-24 Thread Matthias Klose
On 4/23/20 6:59 PM, Magnus Ihse Bursie wrote: > > > On 2020-04-23 17:17, Igor Ignatyev wrote: >> Hi Matthias, >> >>> jtharness 6.0-b10 and jtreg 5.0-b1. >> >> jtreg 5.0-b1 "officially" depends on jt6.0-b08, and the bundle which we use >> internally has jt6.0-b08 within it, and AFAICT jt6.0-b08 ha

Re: mistriggered "error: warnings found and -Werror specified" for java warnings

2020-04-24 Thread Magnus Ihse Bursie
On 2020-04-24 10:29, Matthias Klose wrote: On 4/23/20 6:59 PM, Magnus Ihse Bursie wrote: On 2020-04-23 17:17, Igor Ignatyev wrote: Hi Matthias, jtharness 6.0-b10 and jtreg 5.0-b1. jtreg 5.0-b1 "officially" depends on jt6.0-b08, and the bundle which we use internally has jt6.0-b08 within it,

8243567 : Update download link of jtreg provided by Adoption Group

2020-04-24 Thread Anirvan Sarkar
Hi, In the 'Running Tests' section of building.html file [1] , the download link for jtreg binary provided by the Adoption Group is broken [2]. It seems that there is a new link for the jtreg binary [3]. The broken link in building.html file needs to be updated. Same issue exists with building.m

openjdk fails to configure due to shell builtin test

2020-04-24 Thread Michael Zucchi
Morning all, A patch from last year [1] discussed on this list adds an autoconf fallback test for a shell builtin command using the bash command 'help ' and invokes it for ulimit.  It's probably not very portable to start with but bash can be compiled specifically without the help command by

RFR: 8243590: Bump boot jdk to JDK 14 on aarch64 at Oracle

2020-04-24 Thread Mikael Vidstedt
The (minimum) boot JDK was recently bumped to JDK 14, and that needs to be reflected in the configuration for linux-aarch64 builds at Oracle as well: JBS: https://bugs.openjdk.java.net/browse/JDK-8243590 Webrev: http://cr.openjdk.java.net/~mi

RFR: 8243591: Change to GCC 9.2 for building Linux/aarch64 at Oracle

2020-04-24 Thread Mikael Vidstedt
The gcc version used to build linux/x64 at Oracle was recently bumped to 9.2.0, linux/aarch64 should follow suit: JBS: https://bugs.openjdk.java.net/browse/JDK-8243591 webrev: https://cr.openjdk.java.net/~mikael/webrevs/8243591/webrev.00/open