Re: RFR: 8319577: x86_64 AVX2 intrinsics for Arrays.sort methods (int, float arrays) [v6]

2023-12-02 Thread serge-sans-paille
On Wed, 29 Nov 2023 06:12:54 GMT, David Holmes wrote: >> Not listed here: https://oca.opensource.oracle.com/?ojr=contributors > > I take it he is not an Intel employee, in which case he has to be an OpenJDK > contributor himself for code for which he holds a copyright to be contributed > to Ope

Re: RFR: 8319577: x86_64 AVX2 intrinsics for Arrays.sort methods (int, float arrays) [v6]

2023-12-02 Thread Dalibor Topic
On Wed, 29 Nov 2023 13:26:58 GMT, serge-sans-paille wrote: >> I take it he is not an Intel employee, in which case he has to be an OpenJDK >> contributor himself for code for which he holds a copyright to be >> contributed to OpenJDK. @robilad please correct me if I am wrong here. > > hey o/ No

Re: RFR: JDK-8319413: Start of release updates for JDK 23 [v4]

2023-12-02 Thread Andrey Turbanov
On Thu, 30 Nov 2023 23:49:24 GMT, Joe Darcy wrote: >> Time to start making preparations for JDK 23. > > Joe Darcy has updated the pull request incrementally with one additional > commit since the last revision: > > Update symbol files to JDK 22 b26. test/langtools/tools/javac/versions/Versio

Re: RFR: JDK-8319413: Start of release updates for JDK 23 [v4]

2023-12-02 Thread Joe Darcy
On Fri, 1 Dec 2023 08:54:06 GMT, Alan Bateman wrote: > Looks good. I assume you'll bump the copyright header on the files that need > it before integration, e.g. JavacTestingAbstractProcessor. Right; I run a script to update the years of modified files. - PR Comment: https://git.o

Re: RFR: 8211238: @Deprecated JFR event [v2]

2023-12-02 Thread Markus Grönlund
> Greetings, > > please help review this enhancement to add a JFR event to report runtime > invocations of methods that have been declared deprecated in the JDK. > > Testing: jdk_jfr, CI 1-6, stress testing > > Thanks > Markus Markus Grönlund has updated the pull request incrementally with two

RFR: 8211238: @Deprecated JFR event

2023-12-02 Thread Markus Grönlund
Greetings, please help review this enhancement to add a JFR event to report runtime invocations of methods that have been declared deprecated in the JDK. Testing: jdk_jfr, CI 1-6, stress testing Thanks Markus - Commit messages: - Merge branch 'openjdk:master' into 8211238 - whit