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

2023-10-14 Thread Srinivas Vamsi Parasa
On Sat, 14 Oct 2023 03:21:52 GMT, himichael wrote: >>> my question is that this feature should improve performance several times, >>> but it doesn't look like there's much difference between open jdk 22.19 and >>> jdk 8. is there a problem with my configuration ? >> >> Hello @himichael, >>

Integrated: 8318072: DowncallLinker does not acquire/release segments in interpreter

2023-10-14 Thread Jorn Vernee
On Fri, 13 Oct 2023 08:00:07 GMT, Jorn Vernee wrote: > Implement missing by-reference argument acquire/release functionality in > DowncallLinker::invokeInterpBindings. > > I've also simplified the related code a bit: > - `retIndexMap` was not used. I've removed it > -

Re: RFR: 8317545: AIX PPC64: Implementation of Foreign Function & Memory API [v2]

2023-10-14 Thread Jorn Vernee
On Sat, 14 Oct 2023 16:56:50 GMT, Jorn Vernee wrote: >> So, your proposal should look like this? >> >> diff --git >> a/src/java.base/share/classes/jdk/internal/foreign/abi/AbstractLinker.java >> b/src/java.base/share/classes/jdk/internal/foreign/abi/AbstractLinker.java >> index

Re: RFR: 8317545: AIX PPC64: Implementation of Foreign Function & Memory API [v2]

2023-10-14 Thread Jorn Vernee
On Sat, 14 Oct 2023 13:54:28 GMT, Martin Doerr wrote: >> Thanks for your outstanding support! I'm awaiting feedback from IBM and a >> solution for the subtask https://bugs.openjdk.org/browse/JDK-8317799. There >> shouldn't be much work to be done after that, I guess. > > So, your proposal

Re: RFR: 8317545: AIX PPC64: Implementation of Foreign Function & Memory API [v2]

2023-10-14 Thread Martin Doerr
On Fri, 13 Oct 2023 14:48:51 GMT, Martin Doerr wrote: >> Discussed this a bit with Maurizio. There are a few things to consider: >> >> - `cannonicalLayouts` allows for just a single mapping from type name to >> layout. I think `double` should map to the 8-byte aligned layout. (the same >>

Withdrawn: 8314515: java/util/concurrent/SynchronousQueue/Fairness.java failed with "Error: fair=false i=8 j=0"

2023-10-14 Thread duke
On Thu, 17 Aug 2023 22:35:39 GMT, Martin Buchholz wrote: > The usual tiny improvements, with no guarantee that the intermittent test > failure is actually fixed. This pull request has been closed without being integrated. - PR: https://git.openjdk.org/jdk/pull/15337