Re: RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v36]

2023-09-14 Thread Paul Sandoz
On Wed, 13 Sep 2023 23:02:21 GMT, Srinivas Vamsi Parasa wrote: > Could you please have a look at the changes in `DualPivotQuicksort.java` and > provide your feedback? I agree that is much cleaner, glad that worked out. That neatly covers multiple element types and Java-based insertion sort

Integrated: 8301991: Convert l10n properties resource bundles to UTF-8 native

2023-09-14 Thread Justin Lu
On Tue, 12 Sep 2023 21:57:31 GMT, Justin Lu wrote: > JDK .properties files still use ISO-8859-1 encoding with escape sequences. It > would improve readability to see the native characters instead of escape > sequences (especially for the L10n process). The majority of files changed > are

Re: RFR: 8316294: AIX: Build fopen system call fails on file _BUILD_LIBJDWP_objectfilenames.txt

2023-09-14 Thread Christoph Langer
On Thu, 14 Sep 2023 14:07:20 GMT, Adam Farley wrote: > While building openjdk on aix, we see this build-fail error: > > The fopen system call failed on file > -f/home/.etce4tcetc./_BUILD_LIBJDWP_objectfilenames.txt > > This change expands the fix for the similar issue on macosx, and

RFR: 8316294: AIX: Build fopen system call fails on file _BUILD_LIBJDWP_objectfilenames.txt

2023-09-14 Thread Adam Farley
While building openjdk on aix, we see this build-fail error: The fopen system call failed on file -f/home/.etce4tcetc./_BUILD_LIBJDWP_objectfilenames.txt This change expands the fix for the similar issue on macosx, and prevents the fopen issue on aix. - Commit messages: -

Re: RFR: 8303427: Fixpath confused if unix root contains "/jdk"

2023-09-14 Thread Magnus Ihse Bursie
On Tue, 29 Aug 2023 00:16:46 GMT, Erik Joelsson wrote: > On Windows, when a directory exists in the "unix" root with the same name as > a directory in the "test" dir, fixpath will corrupt test arguments to jtreg > (and possibly other arguments as well). Fixpath sees a string like this: > >

Re: error extraction form build log (in case of bash: Permission denied error on Windows)

2023-09-14 Thread Julian Waters
Perhaps we could direct developers to look for the *** Waiting for unfinished jobs message in build.log as well, since that typically occurs extremely close to the error site? Also, hi Magnus! It's been quite a while! :D best regards, Julian

Re: error extraction form build log (in case of bash: Permission denied error on Windows)

2023-09-14 Thread Magnus Ihse Bursie
On 2023-09-13 16:14, Baesken, Matthias wrote: I found  the "] Error " - advice  unfortunately AFTER  I  did some searching through the log  (seems I  overlooked it at first because I searched for a compile errors and not for such “hints” ) . But in this case it worked , so my idea was -  why

Re: RFR: 8315794: RISC-V: build fails with GCC 12.3

2023-09-14 Thread Robbin Ehn
On Wed, 13 Sep 2023 18:18:53 GMT, Kim Barrett wrote: > It seems to be complaining about atomic increment of a data member, which is > really weird. > > ``` > Atomic::add(&_claimed, flushed); > ``` > > When we saw this warning in other places it was because we were passing a > pointer that