RFR: 8289755: Remove --enable-reproducible-build from jib profile

2022-07-06 Thread Magnus Ihse Bursie
Since [JDK-8288396](https://bugs.openjdk.org/browse/JDK-8288396), the flag ` --enable-reproducible-build` is deprecated, and does nothing but print a warning. It is still included in the jib profiles, which make they output a warning. - Commit messages: - 8289755: Remove --enable-

Re: RFR: 8289646: configure script failed on WSL [v3]

2022-07-06 Thread Yasumasa Suenaga
> configure failed as following when I run it on WSL 1. > > > checking for version string... 20-internal-adhoc.yasuenag.jdk > configure: Found potential Boot JDK using configure arguments > configure: The command for java_to_test, which resolves as > "/mnt/d/java/jdk-18/bin/java", can not be fou

Re: RFR: 8285790: AArch64: Merge C2 NEON and SVE matching rules

2022-07-06 Thread Hao Sun
On Mon, 4 Jul 2022 12:51:22 GMT, Andrew Haley wrote: > However, just putting aside for a moment the lack of useful abstraction > mechanisms, I note that there's a lot of code like this: > > ``` > if (length_in_bytes <= 16) { > // ... Neon > } else { > assert(UseSVE > 0, "mus