From pushkar.kulkarni at canonical.com Mon Sep 1 06:34:23 2025 From: pushkar.kulkarni at canonical.com (Pushkar Kulkarni) Date: Mon, 1 Sep 2025 12:04:23 +0530 Subject: RISC-V RVA23 profile support Message-ID: Hi there, This is a RISC-V question and I hope I am writing to the right list. In terms of support for RISC-V profiles, I gather from [1] that RVA20 is currently the default profile; the newest RVA23 is experimental. From some digging, I also gathered that Hotspot now supports close to half of the mandatory extensions of RVA23. Do we have a roadmap, or a plan, for making RVA23 the default? I ask this in the context of the upcoming Ubuntu 25.10 release raising the RISC-V baseline to RVA23. Regards, Pushkar [1] https://github.com/openjdk/jdk/blob/28942406020881be79b7543105b9eb2a0dda429e/src/hotspot/cpu/riscv/globals_riscv.hpp#L97 [2] https://www.phoronix.com/news/Ubuntu-25.10-To-Require-RVA23 -------------- next part -------------- An HTML attachment was scrubbed... URL: From yangfei at iscas.ac.cn Mon Sep 1 06:57:38 2025 From: yangfei at iscas.ac.cn (yangfei at iscas.ac.cn) Date: Mon, 1 Sep 2025 14:57:38 +0800 (GMT+08:00) Subject: RISC-V RVA23 profile support In-Reply-To: References: Message-ID: <66e112bb.9d7b0.19904112e1b.Coremail.yangfei@iscas.ac.cn> Hi, Seems better to discuss here on this RISC-V specific list: https://mail.openjdk.org/pipermail/riscv-port-dev AFAIK, these options (RVA20, RVA22 and RVA23) are rarely used. The Hotspot JVM relies on RISC-V hardware probing interface [1] to detect the availability of various extensions on startup. This means if you have an extension like RVV, the JVM can auto-detect and JVM JIT compiler or runtime will make use of that to emit more efficient code. Hope that helps! Regards, Fei [1] https://docs.kernel.org/arch/riscv/hwprobe.html -----Original Messages----- From:"Pushkar Kulkarni" Sent Time:2025-09-01 14:34:23 (Monday) To: jdk-dev at openjdk.org Cc: Subject: RISC-V RVA23 profile support Hi there, This is a RISC-V question and I hope I am writing to the right list. In terms of support for RISC-V profiles, I gather from [1] that RVA20 is currently the default profile; the newest RVA23 is experimental. From some digging, I also gathered that Hotspot now supports close to half of the mandatory extensions of RVA23. Do we have a roadmap, or a plan, for making RVA23 the default? I ask this in the context of the upcoming Ubuntu 25.10 release raising the RISC-V baseline to RVA23. Regards, Pushkar [1] https://github.com/openjdk/jdk/blob/28942406020881be79b7543105b9eb2a0dda429e/src/hotspot/cpu/riscv/globals_riscv.hpp#L97 [2] https://www.phoronix.com/news/Ubuntu-25.10-To-Require-RVA23 From aleksej.efimov at oracle.com Mon Sep 1 08:29:12 2025 From: aleksej.efimov at oracle.com (Aleksei Efimov) Date: Mon, 1 Sep 2025 08:29:12 +0000 Subject: =?iso-8859-1?Q?Re:_CFV:_New_JDK_Reviewer:_Joel_Sikstr=F6m?= In-Reply-To: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> References: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> Message-ID: Vote: yes - Aleksei ________________________________ From: jdk-dev on behalf of Stefan Karlsson Sent: Wednesday 27 August 2025 8:47 am To: jdk-dev at openjdk.org Subject: CFV: New JDK Reviewer: Joel Sikstr?m I hereby nominate Joel Sikstr?m to JDK Reviewer. Joel is a member of the ZGC team and has contributed over 32 significant changes [3]. The changes are mainly in ZGC but some are in other areas of HotSpot. His most notable contribution is the rewrite of the page allocation system in ZGC [4]. Votes are due by 2025-09-10T09:45+02:00. Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Three-Vote Consensus voting instructions, see [2]. Stefan Karlsson [1] https://openjdk.org/census [2] https://openjdk.org/projects/#reviewer-vote [3] https://github.com/openjdk/jdk/commits?author=jsikstro [4] https://github.com/openjdk/jdk/commit/7e69b98e0548803b85b04b518929c073f8ffaf8c -------------- next part -------------- An HTML attachment was scrubbed... URL: From aleksej.efimov at oracle.com Mon Sep 1 08:31:46 2025 From: aleksej.efimov at oracle.com (Aleksei Efimov) Date: Mon, 1 Sep 2025 08:31:46 +0000 Subject: CFV: New JDK Committer: Maxim Kartashev (mkartashev) In-Reply-To: References: Message-ID: Vote: yes - Aleksei ________________________________ From: jdk-dev on behalf of Alexey Ushakov Sent: Friday 22 August 2025 4:14 pm To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: Maxim Kartashev (mkartashev) I hereby nominate: Maxim Kartashev (mkartashev) [1] to JDK Committer. Maxim is an active member and major contributor to the Wakefield project [2], responsible for the main part of the new pure Wayland-based toolkit. He has additionally contributed 18 changes beyond that. They are listed below. 8354191: GTK LaF should use pre-multiplied alpha same as cairo https://github.com/openjdk/jdk/pull/24551 8349812: (fs) Files.newByteChannel with empty path name and CREATE_NEW throws unexpected exception https://github.com/openjdk/jdk/pull/23560 8339460: CDS error when module is located in a directory with space in the name https://github.com/openjdk/jdk/pull/20987 8326497: Window.toFront() fails for iconified windows on Linux https://github.com/openjdk/jdk/pull/17985 8321183: Incorrect warning from cds about the modules file https://github.com/openjdk/jdk/pull/16926 8308875: java/awt/Toolkit/GetScreenInsetsCustomGC/GetScreenInsetsCustomGC.java failed with 'Cannot invoke "sun.awt.X11GraphicsDevice.getInsets()" because "device" is null' https://github.com/openjdk/jdk/pull/14170 8305578: X11GraphicsDevice.pGetBounds() is slow in remote X11 sessions https://github.com/openjdk/jdk/pull/13346 8292304: [REDO] JDK-8289208 Test DrawRotatedStringUsingRotatedFont.java occasionally crashes on MacOS https://github.com/openjdk/jdk/pull/9890 8287073: NPE from CgroupV2Subsystem.getInstance() https://github.com/openjdk/jdk/pull/8803 8282270: java/awt/Robot Screen Capture tests fail after 8280861 https://github.com/openjdk/jdk/pull/7613 8280861: Robot color picker broken on Linux with scaling above 100% https://github.com/openjdk/jdk/pull/7425 8281262: Windows builds in different directories are not fully reproducible https://github.com/openjdk/jdk/pull/7344 8280468: Crashes in getConfigColormap, getConfigVisualId, XVisualIDFromVisual on Linux https://github.com/openjdk/jdk/pull/7182 8274883: (se) Selector.open throws IAE when the default file system provider is changed to a custom provider https://github.com/openjdk/jdk/pull/6722 8277977: Incorrect references to --enable-reproducible-builds in docs https://github.com/openjdk/jdk/pull/6609 8269223: -Xcheck:jni WARNINGs working with fonts on Linux https://github.com/openjdk/jdk/pull/4572 8265431: Add -fno-delete-null-pointer-checks to clang builds https://github.com/openjdk/jdk/pull/4166 8267307: Introduce new client property for XAWT: xawt.mwm_decor_title https://github.com/openjdk/jdk/pull/4113 Votes are due by 17:00 CET Friday 5th Sep 2025 Only current JDK Committers [3] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [4]. Best Regards, Alexey [1]https://openjdk.org/census#mkartashev [2] https://openjdk.org/projects/wakefield/ [3] https://openjdk.java.net/census#jdk [4] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From aleksej.efimov at oracle.com Mon Sep 1 08:33:34 2025 From: aleksej.efimov at oracle.com (Aleksei Efimov) Date: Mon, 1 Sep 2025 08:33:34 +0000 Subject: CFV: New JDK Reviewer: Afshin Zafari In-Reply-To: References: Message-ID: Vote: yes - Aleksei ________________________________ From: jdk-dev on behalf of Jesper Wilhelmsson Sent: Tuesday 19 August 2025 9:15 pm To: jdk-dev at openjdk.org Subject: CFV: New JDK Reviewer: Afshin Zafari I hereby nominate Afshin Zafari (azafari) to JDK Reviewer. Afshin is a member of Oracle's JVM Runtime team and has contributed 59 changes so far to the JDK project [1]. Votes are due by Tuesday September 2, 2025. Only current JDK Reviewers [2] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Three-Vote Consensus voting instructions, see [3]. /Jesper [1] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Afshin+Zafari%22&type=commits [2] https://openjdk.org/census [3] https://openjdk.org/projects/#reviewer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From leo.korinth at oracle.com Mon Sep 1 12:18:45 2025 From: leo.korinth at oracle.com (Leo Korinth) Date: Mon, 01 Sep 2025 14:18:45 +0200 Subject: Expect an increase in timeout failures after 8260555 is integrated Message-ID: <875xe2fjru.fsf@oracle.com> Hi, I am going to integrate "8260555: Change the default TIMEOUT_FACTOR from 4 to 1". I have put a *lot* of effort in testing this, but there will for sure be more test timeouts after this integration. I write this message so that everyone can understand why test cases will be more likely to time out. The reason is that the default timeout factor will be changed from 4 to 1, and thus the timeout of (most) test cases will be one fourth as long. I foresee that the most common timeout case will be a default implicit timeout of 120 seconds that will timeout. The easy solution to this is adding a timeout of 480 that will revert to the old timeout value of 4 * 120. I have changed 342 files, and done many re-runs, but there is no good way to catch them all. -- Leo From sviswanathan at openjdk.org Tue Sep 2 21:17:42 2025 From: sviswanathan at openjdk.org (Sandhya Viswanathan) Date: Tue, 2 Sep 2025 21:17:42 GMT Subject: RFR: 8366365: [test] test/lib-test/jdk/test/whitebox/CPUInfoTest.java should be updated [v2] In-Reply-To: References: Message-ID: On Thu, 28 Aug 2025 19:59:19 GMT, Vladimir Ivanov wrote: >> 2 more features names should be added to the 'know' list > > Vladimir Ivanov has updated the pull request incrementally with one additional commit since the last revision: > > 8366365 [test] test/lib-test/jdk/test/whitebox/CPUInfoTest.java should be updated Looks good to me. ------------- Marked as reviewed by sviswanathan (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/26992#pullrequestreview-3178152695 From vaivanov at openjdk.org Tue Sep 2 21:17:42 2025 From: vaivanov at openjdk.org (Vladimir Ivanov) Date: Tue, 2 Sep 2025 21:17:42 GMT Subject: RFR: 8366365: [test] test/lib-test/jdk/test/whitebox/CPUInfoTest.java should be updated [v2] In-Reply-To: References: Message-ID: On Thu, 28 Aug 2025 19:59:19 GMT, Vladimir Ivanov wrote: >> 2 more features names should be added to the 'know' list > > Vladimir Ivanov has updated the pull request incrementally with one additional commit since the last revision: > > 8366365 [test] test/lib-test/jdk/test/whitebox/CPUInfoTest.java should be updated No, the ' wellKnownCPUFeatures' it is a list off all possible features for x86 CPU. Same may be unimplemented on CPU but all identified should be in this list. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26992#issuecomment-3242753607 From mark.reinhold at oracle.com Wed Sep 3 18:16:14 2025 From: mark.reinhold at oracle.com (Mark Reinhold) Date: Wed, 3 Sep 2025 18:16:14 +0000 Subject: JEP proposed to target JDK 26: 517: HTTP/3 for the HTTP Client API Message-ID: <20250903180957.C3F94B86@naskeag.niobe.net> The following JEP is proposed to target JDK 26: 517: HTTP/3 for the HTTP Client API https://openjdk.org/jeps/517 Summary: Update the HTTP Client API to support the HTTP/3 protocol, so that libraries and applications can interact with HTTP/3 servers with minimal code change. Feedback on this proposal from JDK Project Committers and Reviewers [1] is more than welcome, as are reasoned objections. If no such objections are raised by 20:00 UTC on Wednesday, 10 September, or if they?re raised and then satisfactorily answered, then per the JEP 2.0 process proposal [2] I?ll target this JEP to JDK 26. - Mark [1] https://openjdk.org/census#jdk [2] https://cr.openjdk.java.net/~mr/jep/jep-2.0-02.html From jesper.wilhelmsson at oracle.com Wed Sep 3 18:39:46 2025 From: jesper.wilhelmsson at oracle.com (Jesper Wilhelmsson) Date: Wed, 3 Sep 2025 18:39:46 +0000 Subject: Result: New JDK Reviewer: Afshin Zafari Message-ID: <178395AF-1A73-447D-815E-7E5DCBB154E6@oracle.com> Voting for Afshin Zafari [1] is now closed. Yes: 16 Veto: 0 Abstain: 0 According to the Bylaws definition of Three-Vote Consensus, this is sufficient to approve the nomination. /Jesper [1] https://mail.openjdk.org/pipermail/jdk-dev/2025-August/010301.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From dholmes at openjdk.org Thu Sep 4 07:07:48 2025 From: dholmes at openjdk.org (David Holmes) Date: Thu, 4 Sep 2025 07:07:48 GMT Subject: RFR: 8366365: [test] test/lib-test/jdk/test/whitebox/CPUInfoTest.java should be updated [v2] In-Reply-To: References: Message-ID: <9UnetfqK1dyYzcztdC7vmlQr6uX1zUPKj9RyR5edvYs=.3a173d6a-f5d0-40af-91fb-228715f0afd3@github.com> On Fri, 29 Aug 2025 06:15:00 GMT, David Holmes wrote: > I must be missing something here ` wellKnownCPUFeatures` doesn't seem to be used anywhere. ?? Yeah I was missing that it is used. ?? No idea what happened. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26992#issuecomment-3252218486 From vaivanov at openjdk.org Thu Sep 4 16:53:53 2025 From: vaivanov at openjdk.org (Vladimir Ivanov) Date: Thu, 4 Sep 2025 16:53:53 GMT Subject: Integrated: 8366365: [test] test/lib-test/jdk/test/whitebox/CPUInfoTest.java should be updated In-Reply-To: References: Message-ID: On Thu, 28 Aug 2025 17:16:33 GMT, Vladimir Ivanov wrote: > 2 more features names should be added to the 'know' list This pull request has now been integrated. Changeset: 8520fd3f Author: Vladimir Ivanov Committer: Sandhya Viswanathan URL: https://git.openjdk.org/jdk/commit/8520fd3f6a8d00d3ab0b01af6ce2307f74258fb6 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod 8366365: [test] test/lib-test/jdk/test/whitebox/CPUInfoTest.java should be updated Reviewed-by: kvn, sviswanathan ------------- PR: https://git.openjdk.org/jdk/pull/26992 From alexey.ushakov at jetbrains.com Fri Sep 5 15:48:12 2025 From: alexey.ushakov at jetbrains.com (Alexey Ushakov) Date: Fri, 5 Sep 2025 17:48:12 +0200 Subject: Result: New JDK Committer: Maxim Kartashev (mkartashev) Message-ID: <309a84aa-4032-4f47-8034-fda34dcf8dad@jetbrains.com> Voting for Maxim Kartashev [1] is now closed. Yes: 11 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Alexey [1] https://mail.openjdk.org/pipermail/jdk-dev/2025-August/010329.html From rajan.halade at oracle.com Fri Sep 5 16:50:53 2025 From: rajan.halade at oracle.com (Rajan Halade) Date: Fri, 5 Sep 2025 16:50:53 +0000 Subject: Result: New JDK Committer: Mikhail Yankelevich (myankelevich) Message-ID: Voting for Mikhail Yankelevich (myankelevich) [1] is now closed. Yes: 18 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Rajan Halade [1] https://mail.openjdk.org/pipermail/jdk-dev/2025-August/010300.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From coleen.phillimore at oracle.com Mon Sep 8 13:48:14 2025 From: coleen.phillimore at oracle.com (coleen.phillimore at oracle.com) Date: Mon, 8 Sep 2025 09:48:14 -0400 Subject: =?UTF-8?Q?Re=3A_CFV=3A_New_JDK_Reviewer=3A_Joel_Sikstr=C3=B6m?= In-Reply-To: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> References: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> Message-ID: <210bf29d-8266-4dc8-a010-59c1cb3e795b@oracle.com> Vote: yes On 8/27/25 3:47 AM, Stefan Karlsson wrote: > I hereby nominate Joel Sikstr?m to JDK Reviewer. > > Joel is a member of the ZGC team and has contributed over 32 > significant changes [3]. The changes are mainly in ZGC but some are in > other areas of HotSpot. His most notable contribution is the rewrite > of the page allocation system in ZGC [4]. > > Votes are due by 2025-09-10T09:45+02:00. > > Only current JDK Reviewers [1] are eligible to vote > on this nomination.? Votes must be cast in the open by replying > to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Stefan Karlsson > > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote > [3] https://github.com/openjdk/jdk/commits?author=jsikstro > [4] > https://github.com/openjdk/jdk/commit/7e69b98e0548803b85b04b518929c073f8ffaf8c > From coleen.phillimore at oracle.com Mon Sep 8 13:49:32 2025 From: coleen.phillimore at oracle.com (coleen.phillimore at oracle.com) Date: Mon, 8 Sep 2025 09:49:32 -0400 Subject: CFV: New JDK Reviewer: Fredrik Bredberg Message-ID: I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. Votes are due by Monday, September 22, 2025. Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg [1] https://openjdk.org/census [2] https://openjdk.org/projects/#reviewer-vote From coleen.phillimore at oracle.com Mon Sep 8 13:50:54 2025 From: coleen.phillimore at oracle.com (coleen.phillimore at oracle.com) Date: Mon, 8 Sep 2025 09:50:54 -0400 Subject: CFV: New JDK Committer: Anton Artemov Message-ID: I hereby nominate Anton Artemov (aartemov) to JDK Committer. Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all.? His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. Votes are due by Monday, September 22, 2025. Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote From stefan.karlsson at oracle.com Mon Sep 8 13:53:50 2025 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Mon, 8 Sep 2025 15:53:50 +0200 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <49abe014-7853-4e6f-96ee-a809c4980ea4@oracle.com> Vote: yes StefanK On 2025-09-08 15:49, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works > on the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to > make sure all community platforms are covered when doing platform > specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From stefan.karlsson at oracle.com Mon Sep 8 13:54:10 2025 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Mon, 8 Sep 2025 15:54:10 +0200 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <0d9e37a6-70ce-4df9-b20a-b47ba89f6564@oracle.com> Vote: yes StefanK On 2025-09-08 15:50, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 > patches to the JDK project [0]. When joining the project, Anton dove > into some "starter" bugs, none of which turned out to be trivial at > all.? His other contributions are in Java synchronization and > handshaking code, fixing bugs and working on improvements to the > algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From rehn at rivosinc.com Mon Sep 8 14:20:54 2025 From: rehn at rivosinc.com (Robbin Ehn) Date: Mon, 8 Sep 2025 16:20:54 +0200 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes /Robbin On Mon, Sep 8, 2025 at 3:50?PM wrote: > > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works on > the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to make > sure all community platforms are covered when doing platform specific > changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From rehn at rivosinc.com Mon Sep 8 14:21:20 2025 From: rehn at rivosinc.com (Robbin Ehn) Date: Mon, 8 Sep 2025 16:21:20 +0200 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: yes /Robbin On Mon, Sep 8, 2025 at 3:51?PM wrote: > > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 > patches to the JDK project [0]. When joining the project, Anton dove > into some "starter" bugs, none of which turned out to be trivial at > all. His other contributions are in Java synchronization and > handshaking code, fixing bugs and working on improvements to the algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From joel.sikstrom at oracle.com Mon Sep 8 14:36:05 2025 From: joel.sikstrom at oracle.com (Joel Sikstrom) Date: Mon, 8 Sep 2025 14:36:05 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: yes Joel Sikstr?m From: jdk-dev on behalf of coleen.phillimore at oracle.com Date: Monday, 8 September 2025 at 15:51 To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: Anton Artemov I hereby nominate Anton Artemov (aartemov) to JDK Committer. Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. Votes are due by Monday, September 22, 2025. Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From casper.norrbin at oracle.com Mon Sep 8 14:38:30 2025 From: casper.norrbin at oracle.com (Casper Norrbin) Date: Mon, 8 Sep 2025 14:38:30 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: Yes // Casper Norrbin From: jdk-dev on behalf of coleen.phillimore at oracle.com Date: Monday, 8 September 2025 at 15:51 To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: Anton Artemov I hereby nominate Anton Artemov (aartemov) to JDK Committer. Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. Votes are due by Monday, September 22, 2025. Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From jesper.wilhelmsson at oracle.com Mon Sep 8 14:42:10 2025 From: jesper.wilhelmsson at oracle.com (Jesper Wilhelmsson) Date: Mon, 8 Sep 2025 14:42:10 +0000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: Yes /Jesper > On 8 Sep 2025, at 15:49, coleen.phillimore at oracle.com wrote: > > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From jesper.wilhelmsson at oracle.com Mon Sep 8 14:42:51 2025 From: jesper.wilhelmsson at oracle.com (Jesper Wilhelmsson) Date: Mon, 8 Sep 2025 14:42:51 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <3DF221E0-FCF9-42D1-B00B-A3EEB028EA66@oracle.com> Vote: Yes /Jesper > On 8 Sep 2025, at 15:50, coleen.phillimore at oracle.com wrote: > > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From roger.riggs at oracle.com Mon Sep 8 14:52:52 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Mon, 8 Sep 2025 10:52:52 -0400 Subject: CFV: New JDK Committer: David Beaumont Message-ID: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | |David is a member of the Oracle Core Libraries team. | Nearly 30 years of Java experience, including mobile and embedded device JVMs. Class library development at Google with Guava, logging, and internationalization. |David has contributed 22 commits to the JDK repo [4].| || ||Votes are due by 17:00 CET Tuesday 18th Sep 2025|| |Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. | |For Lazy Consensus voting instructions, see [2]. | |Regards, Roger Riggs | |[1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote [3] https://github.com/david-beaumont [4] https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk | -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.fuchs at oracle.com Mon Sep 8 15:03:59 2025 From: daniel.fuchs at oracle.com (Daniel Fuchs) Date: Mon, 8 Sep 2025 16:03:59 +0100 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: <07fc4385-25b3-43bc-b5ae-7f11e7e1e6bc@oracle.com> Vote: yes best regards, -- daniel On 08/09/2025 15:52, Roger Riggs wrote: > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | From richard.reingruber at sap.com Mon Sep 8 15:09:26 2025 From: richard.reingruber at sap.com (Reingruber, Richard) Date: Mon, 8 Sep 2025 15:09:26 +0000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes Richard. From: jdk-dev on behalf of coleen.phillimore at oracle.com Date: Monday, 8. September 2025 at 15:50 To: jdk-dev at openjdk.org Subject: CFV: New JDK Reviewer: Fredrik Bredberg I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. Votes are due by Monday, September 22, 2025. Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg [1] https://openjdk.org/census [2] https://openjdk.org/projects/#reviewer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From leo.korinth at oracle.com Mon Sep 8 15:13:16 2025 From: leo.korinth at oracle.com (Leo Korinth) Date: Mon, 08 Sep 2025 17:13:16 +0200 Subject: CFV: New JDK Reviewer: Joel =?utf-8?Q?Sikstr=C3=B6m?= In-Reply-To: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> (Stefan Karlsson's message of "Wed, 27 Aug 2025 09:47:37 +0200") References: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> Message-ID: <87cy81dlkj.fsf@oracle.com> Vote: yes -- Leo Stefan Karlsson writes: > I hereby nominate Joel Sikstr?m to JDK Reviewer. > > Joel is a member of the ZGC team and has contributed over 32 > significant changes [3]. The changes are mainly in ZGC but some are in > other areas of HotSpot. His most notable contribution is the rewrite > of the page allocation system in ZGC [4]. > > Votes are due by 2025-09-10T09:45+02:00. > > Only current JDK Reviewers [1] are eligible to vote > on this nomination.? Votes must be cast in the open by replying > to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Stefan Karlsson > > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote > [3] https://github.com/openjdk/jdk/commits?author=jsikstro > [4] > https://github.com/openjdk/jdk/commit/7e69b98e0548803b85b04b518929c073f8ffaf8c From leo.korinth at oracle.com Mon Sep 8 15:15:04 2025 From: leo.korinth at oracle.com (Leo Korinth) Date: Mon, 08 Sep 2025 17:15:04 +0200 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: (coleen phillimore's message of "Mon, 8 Sep 2025 09:49:32 -0400") References: Message-ID: <877by9dlhj.fsf@oracle.com> Vote: yes -- Leo coleen.phillimore at oracle.com writes: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works > on the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to > make sure all community platforms are covered when doing platform > specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From leo.korinth at oracle.com Mon Sep 8 15:17:52 2025 From: leo.korinth at oracle.com (Leo Korinth) Date: Mon, 08 Sep 2025 17:17:52 +0200 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: (coleen phillimore's message of "Mon, 8 Sep 2025 09:50:54 -0400") References: Message-ID: <871pohdlcv.fsf@oracle.com> Vote: yes -- Leo coleen.phillimore at oracle.com writes: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 > patches to the JDK project [0]. When joining the project, Anton dove > into some "starter" bugs, none of which turned out to be trivial at > all.? His other contributions are in Java synchronization and > handshaking code, fixing bugs and working on improvements to the > algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From adinn at redhat.com Mon Sep 8 15:26:52 2025 From: adinn at redhat.com (Andrew Dinn) Date: Mon, 8 Sep 2025 16:26:52 +0100 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: <07d7cfc0-826b-4063-badc-1319bdd792ef@redhat.com> Vote: yes On 08/09/2025 15:52, Roger Riggs wrote: > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > > |David is a member of the Oracle Core Libraries team. > | > > Nearly 30 years of Java experience, including mobile and embedded device > JVMs. > Class library development at Google with Guava, logging, and > internationalization. > > |David has contributed 22 commits to the JDK repo [4].| > || > ||Votes are due by 17:00 CET Tuesday 18th Sep 2025|| > > |Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. | > > |For Lazy Consensus voting instructions, see [2]. > | > > |Regards, Roger Riggs > | > > |[1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > [3] https://github.com/david-beaumont > [4] https://github.com/search?q=author%3Adavid- > beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk > | > > -- regards, Andrew Dinn ----------- Red Hat Distinguished Engineer He/Him/His IBM UK Limited Registered in England and Wales with number 741598 Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN From adinn at redhat.com Mon Sep 8 15:27:29 2025 From: adinn at redhat.com (Andrew Dinn) Date: Mon, 8 Sep 2025 16:27:29 +0100 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: Vote: yes On 08/09/2025 15:52, Roger Riggs wrote: > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > > |David is a member of the Oracle Core Libraries team. > | > > Nearly 30 years of Java experience, including mobile and embedded device > JVMs. > Class library development at Google with Guava, logging, and > internationalization. > > |David has contributed 22 commits to the JDK repo [4].| > || > ||Votes are due by 17:00 CET Tuesday 18th Sep 2025|| > > |Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. | > > |For Lazy Consensus voting instructions, see [2]. > | > > |Regards, Roger Riggs > | > > |[1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > [3] https://github.com/david-beaumont > [4] https://github.com/search?q=author%3Adavid- > beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk > | > > -- regards, Andrew Dinn ----------- Red Hat Distinguished Engineer He/Him/His IBM UK Limited Registered in England and Wales with number 741598 Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN From adinn at redhat.com Mon Sep 8 15:27:43 2025 From: adinn at redhat.com (Andrew Dinn) Date: Mon, 8 Sep 2025 16:27:43 +0100 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes On 08/09/2025 14:49, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works on > the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to make > sure all community platforms are covered when doing platform specific > changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] https://bugs.openjdk.org/issues/? > jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote > -- regards, Andrew Dinn ----------- Red Hat Distinguished Engineer He/Him/His IBM UK Limited Registered in England and Wales with number 741598 Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN From adinn at redhat.com Mon Sep 8 15:28:10 2025 From: adinn at redhat.com (Andrew Dinn) Date: Mon, 8 Sep 2025 16:28:10 +0100 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: Yes On 08/09/2025 14:50, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 > patches to the JDK project [0]. When joining the project, Anton dove > into some "starter" bugs, none of which turned out to be trivial at > all.? His other contributions are in Java synchronization and > handshaking code, fixing bugs and working on improvements to the > algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] https://bugs.openjdk.org/issues/? > jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > -- regards, Andrew Dinn ----------- Red Hat Distinguished Engineer He/Him/His IBM UK Limited Registered in England and Wales with number 741598 Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN From coleen.phillimore at oracle.com Mon Sep 8 15:46:27 2025 From: coleen.phillimore at oracle.com (coleen.phillimore at oracle.com) Date: Mon, 8 Sep 2025 11:46:27 -0400 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <474d9e16-0bb1-4cba-a5fe-2c6f71c281f4@oracle.com> Vote: yes On 9/8/25 9:49 AM, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works > on the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to > make sure all community platforms are covered when doing platform > specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From coleen.phillimore at oracle.com Mon Sep 8 15:46:42 2025 From: coleen.phillimore at oracle.com (coleen.phillimore at oracle.com) Date: Mon, 8 Sep 2025 11:46:42 -0400 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <5002ade9-c3c1-4bf6-9860-37c06cc0c1b1@oracle.com> Vote: yes On 9/8/25 9:50 AM, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 > patches to the JDK project [0]. When joining the project, Anton dove > into some "starter" bugs, none of which turned out to be trivial at > all.? His other contributions are in Java synchronization and > handshaking code, fixing bugs and working on improvements to the > algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From lois.foltan at oracle.com Mon Sep 8 15:59:02 2025 From: lois.foltan at oracle.com (Lois Foltan) Date: Mon, 8 Sep 2025 15:59:02 +0000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes Lois From: jdk-dev on behalf of coleen.phillimore at oracle.com Date: Monday, September 8, 2025 at 9:49?AM To: jdk-dev at openjdk.org Subject: CFV: New JDK Reviewer: Fredrik Bredberg I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. Votes are due by Monday, September 22, 2025. Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg [1] https://openjdk.org/census [2] https://openjdk.org/projects/#reviewer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From lois.foltan at oracle.com Mon Sep 8 15:59:14 2025 From: lois.foltan at oracle.com (Lois Foltan) Date: Mon, 8 Sep 2025 15:59:14 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: yes Lois From: jdk-dev on behalf of coleen.phillimore at oracle.com Date: Monday, September 8, 2025 at 9:51?AM To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: Anton Artemov I hereby nominate Anton Artemov (aartemov) to JDK Committer. Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. Votes are due by Monday, September 22, 2025. Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.doerr at sap.com Mon Sep 8 16:03:03 2025 From: martin.doerr at sap.com (Doerr, Martin) Date: Mon, 8 Sep 2025 16:03:03 +0000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes Best regards, Martin Von: jdk-dev im Auftrag von coleen.phillimore at oracle.com Datum: Montag, 8. September 2025 um 15:50 An: jdk-dev at openjdk.org Betreff: CFV: New JDK Reviewer: Fredrik Bredberg I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. Votes are due by Monday, September 22, 2025. Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg [1] https://openjdk.org/census [2] https://openjdk.org/projects/#reviewer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.doerr at sap.com Mon Sep 8 16:03:44 2025 From: martin.doerr at sap.com (Doerr, Martin) Date: Mon, 8 Sep 2025 16:03:44 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: yes Best regards, Martin Von: jdk-dev im Auftrag von coleen.phillimore at oracle.com Datum: Montag, 8. September 2025 um 15:51 An: jdk-dev at openjdk.org Betreff: CFV: New JDK Committer: Anton Artemov I hereby nominate Anton Artemov (aartemov) to JDK Committer. Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. Votes are due by Monday, September 22, 2025. Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From chen.l.liang at oracle.com Mon Sep 8 16:08:59 2025 From: chen.l.liang at oracle.com (Chen Liang) Date: Mon, 8 Sep 2025 16:08:59 +0000 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: Vote: yes Chen Liang ________________________________ From: jdk-dev on behalf of Roger Riggs Sent: Monday, September 8, 2025 9:52 AM To: OpenJDK Dev Subject: CFV: New JDK Committer: David Beaumont I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. David is a member of the Oracle Core Libraries team. Nearly 30 years of Java experience, including mobile and embedded device JVMs. Class library development at Google with Guava, logging, and internationalization. David has contributed 22 commits to the JDK repo [4]. Votes are due by 17:00 CET Tuesday 18th Sep 2025 Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Regards, Roger Riggs [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote [3] https://github.com/david-beaumont [4] https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk -------------- next part -------------- An HTML attachment was scrubbed... URL: From jan.lahoda at oracle.com Mon Sep 8 16:11:00 2025 From: jan.lahoda at oracle.com (Jan Lahoda) Date: Mon, 8 Sep 2025 18:11:00 +0200 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: Vote: yes Jan On 08. 09. 25 16:52, Roger Riggs wrote: > > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > > |David is a member of the Oracle Core Libraries team. > | > > Nearly 30 years of Java experience, including mobile and embedded > device JVMs. > Class library development at Google with Guava, logging, and > internationalization. > > |David has contributed 22 commits to the JDK repo [4].| > || > ||Votes are due by 17:00 CET Tuesday 18th Sep 2025|| > > |Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. | > > |For Lazy Consensus voting instructions, see [2]. > | > > |Regards, Roger Riggs > | > > |[1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > [3] https://github.com/david-beaumont > [4] > https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk > | > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.fuchs at oracle.com Mon Sep 8 16:13:10 2025 From: daniel.fuchs at oracle.com (Daniel Fuchs) Date: Mon, 8 Sep 2025 17:13:10 +0100 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <70a62936-c2d1-4b37-a365-b121b997fc6b@oracle.com> Vote: yes best regards, -- daniel On 08/09/2025 14:50, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. From naoto.sato at oracle.com Mon Sep 8 16:22:01 2025 From: naoto.sato at oracle.com (Naoto Sato) Date: Mon, 8 Sep 2025 09:22:01 -0700 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: Vote: yes Naoto On 9/8/25 7:52 AM, Roger Riggs wrote: > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > > |David is a member of the Oracle Core Libraries team. > | > > Nearly 30 years of Java experience, including mobile and embedded device > JVMs. > Class library development at Google with Guava, logging, and > internationalization. > > |David has contributed 22 commits to the JDK repo [4].| > || > ||Votes are due by 17:00 CET Tuesday 18th Sep 2025|| > > |Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. | > > |For Lazy Consensus voting instructions, see [2]. > | > > |Regards, Roger Riggs > | > > |[1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > [3] https://github.com/david-beaumont > [4] https://github.com/search?q=author%3Adavid- > beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk > | > > From jaikiran.pai at oracle.com Mon Sep 8 16:26:24 2025 From: jaikiran.pai at oracle.com (jaikiran.pai at oracle.com) Date: Mon, 8 Sep 2025 21:56:24 +0530 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: <702662b1-5be8-4a03-890a-1dd98c5c2eb4@oracle.com> vote: yes -Jaikiran On 08/09/25 8:22 pm, Roger Riggs wrote: > > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > > |David is a member of the Oracle Core Libraries team. > | > > Nearly 30 years of Java experience, including mobile and embedded > device JVMs. > Class library development at Google with Guava, logging, and > internationalization. > > |David has contributed 22 commits to the JDK repo [4].| > || > ||Votes are due by 17:00 CET Tuesday 18th Sep 2025|| > > |Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. | > > |For Lazy Consensus voting instructions, see [2]. > | > > |Regards, Roger Riggs > | > > |[1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > [3] https://github.com/david-beaumont > [4] > https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk > | > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From vicente.romero at oracle.com Mon Sep 8 16:33:35 2025 From: vicente.romero at oracle.com (Vicente Romero) Date: Mon, 8 Sep 2025 12:33:35 -0400 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: vote: yes Vicente On 9/8/25 10:52, Roger Riggs wrote: > > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > > |David is a member of the Oracle Core Libraries team. > | > > Nearly 30 years of Java experience, including mobile and embedded > device JVMs. > Class library development at Google with Guava, logging, and > internationalization. > > |David has contributed 22 commits to the JDK repo [4].| > || > ||Votes are due by 17:00 CET Tuesday 18th Sep 2025|| > > |Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. | > > |For Lazy Consensus voting instructions, see [2]. > | > > |Regards, Roger Riggs > | > > |[1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > [3] https://github.com/david-beaumont > [4] > https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk > | > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From roger.riggs at oracle.com Mon Sep 8 16:37:46 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Mon, 8 Sep 2025 12:37:46 -0400 Subject: CFV: New JDK Committer: David Beaumont (corrected due date 23 Sept) Message-ID: |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | |David is a member of the Oracle Core Libraries team. | Nearly 30 years of Java experience, including mobile and embedded device JVMs. Class library development at Google with Guava, logging, and internationalization. |David has contributed 22 commits to the JDK repo [4].| || ||Votes are due by 17:00 CET Tuesday 23th Sep 2025|| |Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. | |For Lazy Consensus voting instructions, see [2]. | |Regards, Roger Riggs | |[1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote [3] https://github.com/david-beaumont [4] https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk | -------------- next part -------------- An HTML attachment was scrubbed... URL: From roger.riggs at oracle.com Mon Sep 8 16:38:37 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Mon, 8 Sep 2025 12:38:37 -0400 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: Yes On 9/8/25 9:50 AM, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. From roger.riggs at oracle.com Mon Sep 8 16:39:02 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Mon, 8 Sep 2025 12:39:02 -0400 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: References: Message-ID: <03b3b29e-15ab-4491-b988-6b615e55c708@oracle.com> Vote: yes On 9/8/25 12:37 PM, Roger Riggs wrote: > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.lunden at oracle.com Mon Sep 8 16:42:18 2025 From: daniel.lunden at oracle.com (Daniel Lunden) Date: Mon, 8 Sep 2025 16:42:18 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: Yes Best regards, Daniel ________________________________ From: jdk-dev on behalf of coleen.phillimore at oracle.com Sent: Monday, 8 September 2025 15:50 To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: Anton Artemov I hereby nominate Anton Artemov (aartemov) to JDK Committer. Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. Votes are due by Monday, September 22, 2025. Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From raffaello.giulietti at oracle.com Mon Sep 8 16:49:57 2025 From: raffaello.giulietti at oracle.com (Raffaello Giulietti) Date: Mon, 8 Sep 2025 18:49:57 +0200 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <03b3b29e-15ab-4491-b988-6b615e55c708@oracle.com> References: <03b3b29e-15ab-4491-b988-6b615e55c708@oracle.com> Message-ID: <2881220d-3b62-4903-be1e-138901c90a1d@oracle.com> Vote: yes On 2025-09-08 18:39, Roger Riggs wrote: > Vote: yes > > On 9/8/25 12:37 PM, Roger Riggs wrote: >> |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > From eric.caspole at oracle.com Mon Sep 8 17:59:59 2025 From: eric.caspole at oracle.com (Eric Caspole) Date: Mon, 8 Sep 2025 13:59:59 -0400 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: Vote: Yes Eric On 9/8/25 10:52 AM, Roger Riggs wrote: > > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > > |David is a member of the Oracle Core Libraries team. > | > > Nearly 30 years of Java experience, including mobile and embedded > device JVMs. > Class library development at Google with Guava, logging, and > internationalization. > > |David has contributed 22 commits to the JDK repo [4].| > || > ||Votes are due by 17:00 CET Tuesday 18th Sep 2025|| > > |Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. | > > |For Lazy Consensus voting instructions, see [2]. > | > > |Regards, Roger Riggs > | > > |[1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > [3] https://github.com/david-beaumont > [4] > https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk > | > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric.caspole at oracle.com Mon Sep 8 18:01:56 2025 From: eric.caspole at oracle.com (Eric Caspole) Date: Mon, 8 Sep 2025 14:01:56 -0400 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <0ca82b03-fff8-47a0-a354-fcae5070d4a8@oracle.com> Vote: Yes Eric On 9/8/25 9:49 AM, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works > on the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to > make sure all community platforms are covered when doing platform > specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From frederic.parain at oracle.com Mon Sep 8 18:26:35 2025 From: frederic.parain at oracle.com (Frederic Parain) Date: Mon, 8 Sep 2025 14:26:35 -0400 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <40e95e2d-d057-46b7-a26c-fcc5fa4e029a@oracle.com> Vote: yes Fred On 9/8/25 09:49, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works > on the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to > make sure all community platforms are covered when doing platform > specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From frederic.parain at oracle.com Mon Sep 8 18:27:19 2025 From: frederic.parain at oracle.com (Frederic Parain) Date: Mon, 8 Sep 2025 14:27:19 -0400 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <6ccc63d5-ede3-40db-8370-80512331b045@oracle.com> Vote: yes Fred On 9/8/25 09:50, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 > patches to the JDK project [0]. When joining the project, Anton dove > into some "starter" bugs, none of which turned out to be trivial at > all.? His other contributions are in Java synchronization and > handshaking code, fixing bugs and working on improvements to the > algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From dean.long at oracle.com Mon Sep 8 18:52:35 2025 From: dean.long at oracle.com (Dean Long) Date: Mon, 8 Sep 2025 11:52:35 -0700 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes From mark.reinhold at oracle.com Mon Sep 8 19:22:59 2025 From: mark.reinhold at oracle.com (Mark Reinhold) Date: Mon, 8 Sep 2025 19:22:59 +0000 Subject: JEP proposed to target JDK 26: 522: G1 GC: Improve Throughput by Reducing Synchronization Message-ID: <20250908192206.351AE1106@naskeag.niobe.net> The following JEP is proposed to target JDK 26: 522: G1 GC: Improve Throughput by Reducing Synchronization https://openjdk.org/jeps/522 Summary: Increase application throughput when using the G1 garbage collector by reducing the amount of synchronization required between application threads and GC threads. Feedback on this proposal from JDK Project Committers and Reviewers [1] is more than welcome, as are reasoned objections. If no such objections are raised by 20:00 UTC on Monday, 15 September, or if they?re raised and then satisfactorily answered, then per the JEP 2.0 process proposal [2] I?ll target this JEP to JDK 26. - Mark [1] https://openjdk.org/census#jdk [2] https://cr.openjdk.java.net/~mr/jep/jep-2.0-02.html From david.holmes at oracle.com Tue Sep 9 06:24:53 2025 From: david.holmes at oracle.com (David Holmes) Date: Tue, 9 Sep 2025 16:24:53 +1000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <9f2bd572-cefd-4e8e-bf9b-cb54f919bb2c@oracle.com> Vote yes David On 8/09/2025 11:50 pm, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 > patches to the JDK project [0]. When joining the project, Anton dove > into some "starter" bugs, none of which turned out to be trivial at > all.? His other contributions are in Java synchronization and > handshaking code, fixing bugs and working on improvements to the > algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From roberto.castaneda.lozano at oracle.com Tue Sep 9 07:16:39 2025 From: roberto.castaneda.lozano at oracle.com (Roberto Castaneda Lozano) Date: Tue, 9 Sep 2025 07:16:39 +0000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes ________________________________________ From: jdk-dev on behalf of coleen.phillimore at oracle.com Sent: Monday, September 8, 2025 3:49 PM To: jdk-dev at openjdk.org Subject: CFV: New JDK Reviewer: Fredrik Bredberg I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. Votes are due by Monday, September 22, 2025. Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg [1] https://openjdk.org/census [2] https://openjdk.org/projects/#reviewer-vote From roberto.castaneda.lozano at oracle.com Tue Sep 9 07:17:05 2025 From: roberto.castaneda.lozano at oracle.com (Roberto Castaneda Lozano) Date: Tue, 9 Sep 2025 07:17:05 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: yes ________________________________________ From: jdk-dev on behalf of coleen.phillimore at oracle.com Sent: Monday, September 8, 2025 3:50 PM To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: Anton Artemov I hereby nominate Anton Artemov (aartemov) to JDK Committer. Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. Votes are due by Monday, September 22, 2025. Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote From adinn at redhat.com Tue Sep 9 09:10:24 2025 From: adinn at redhat.com (Andrew Dinn) Date: Tue, 9 Sep 2025 10:10:24 +0100 Subject: CFV: New JDK Committer: David Beaumont (corrected due date 23 Sept) In-Reply-To: References: Message-ID: <1e3ed0a5-0a08-4a76-8b97-ee1a5b2303d3@redhat.com> Vote: yes On 08/09/2025 17:37, Roger Riggs wrote: > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > > |David is a member of the Oracle Core Libraries team. > | > > Nearly 30 years of Java experience, including mobile and embedded device > JVMs. > Class library development at Google with Guava, logging, and > internationalization. > > |David has contributed 22 commits to the JDK repo [4].| > || > ||Votes are due by 17:00 CET Tuesday 23th Sep 2025|| > > |Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. | > > |For Lazy Consensus voting instructions, see [2]. > | > > |Regards, Roger Riggs > | > > |[1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > [3] https://github.com/david-beaumont > [4] https://github.com/search?q=author%3Adavid- > beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk > | > > -- regards, Andrew Dinn ----------- Red Hat Distinguished Engineer He/Him/His IBM UK Limited Registered in England and Wales with number 741598 Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN From erik.osterlund at oracle.com Tue Sep 9 09:19:58 2025 From: erik.osterlund at oracle.com (Erik Osterlund) Date: Tue, 9 Sep 2025 09:19:58 +0000 Subject: =?utf-8?B?UmU6IENGVjogTmV3IEpESyBSZXZpZXdlcjogSm9lbCBTaWtzdHLDtm0=?= In-Reply-To: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> References: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> Message-ID: Vote: yes /Erik > On 27 Aug 2025, at 09:47, Stefan Karlsson wrote: > > I hereby nominate Joel Sikstr?m to JDK Reviewer. > > Joel is a member of the ZGC team and has contributed over 32 significant changes [3]. The changes are mainly in ZGC but some are in other areas of HotSpot. His most notable contribution is the rewrite of the page allocation system in ZGC [4]. > > Votes are due by 2025-09-10T09:45+02:00. > > Only current JDK Reviewers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Three-Vote Consensus voting instructions, see [2]. > > Stefan Karlsson > > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote > [3] https://github.com/openjdk/jdk/commits?author=jsikstro > [4] https://github.com/openjdk/jdk/commit/7e69b98e0548803b85b04b518929c073f8ffaf8c From erik.osterlund at oracle.com Tue Sep 9 09:20:34 2025 From: erik.osterlund at oracle.com (Erik Osterlund) Date: Tue, 9 Sep 2025 09:20:34 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: yes /Erik > On 8 Sep 2025, at 15:50, coleen.phillimore at oracle.com wrote: > > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From erik.osterlund at oracle.com Tue Sep 9 09:21:08 2025 From: erik.osterlund at oracle.com (Erik Osterlund) Date: Tue, 9 Sep 2025 09:21:08 +0000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <5B5B218C-D2B6-495E-B5CA-EDFB5FC56CE4@oracle.com> Vote: yes /Erik > On 8 Sep 2025, at 15:49, coleen.phillimore at oracle.com wrote: > > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From ivan.walulya at oracle.com Tue Sep 9 09:47:55 2025 From: ivan.walulya at oracle.com (Ivan Walulya) Date: Tue, 9 Sep 2025 09:47:55 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <2BB9CA6A-356B-4EBB-9F51-D6A706EAF4CA@oracle.com> Vote: yes // Ivan > On 8 Sep 2025, at 15:50, coleen.phillimore at oracle.com wrote: > > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From ivan.walulya at oracle.com Tue Sep 9 09:48:10 2025 From: ivan.walulya at oracle.com (Ivan Walulya) Date: Tue, 9 Sep 2025 09:48:10 +0000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <8C13BEC7-B07F-42B0-BEC6-B6555CF31D3D@oracle.com> Vote: yes // Ivan > On 8 Sep 2025, at 15:49, coleen.phillimore at oracle.com wrote: > > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From raffaello.giulietti at oracle.com Tue Sep 9 11:40:14 2025 From: raffaello.giulietti at oracle.com (Raffaello Giulietti) Date: Tue, 9 Sep 2025 13:40:14 +0200 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes On 2025-09-08 15:49, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > From raffaello.giulietti at oracle.com Tue Sep 9 11:41:52 2025 From: raffaello.giulietti at oracle.com (Raffaello Giulietti) Date: Tue, 9 Sep 2025 13:41:52 +0200 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <48fc9e73-04e4-4302-85b8-e6f760c9caa6@oracle.com> Vote: yes On 2025-09-08 15:50, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > From sgehwolf at redhat.com Tue Sep 9 11:44:16 2025 From: sgehwolf at redhat.com (Severin Gehwolf) Date: Tue, 09 Sep 2025 13:44:16 +0200 Subject: CFV: New JDK Committer: David Beaumont (corrected due date 23 Sept) In-Reply-To: References: Message-ID: <5dc8a77067fb0b40f4aaf23248f9ed2cbc98dabf.camel@redhat.com> Vote: yes On Mon, 2025-09-08 at 12:37 -0400, Roger Riggs wrote: > I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. From patricio.chilano.mateo at oracle.com Tue Sep 9 13:05:46 2025 From: patricio.chilano.mateo at oracle.com (Patricio Chilano Mateo) Date: Tue, 9 Sep 2025 09:05:46 -0400 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <0b78b271-42ec-e757-56c7-85f0e9415951@oracle.com> Vote: yes On 9/8/25 9:49?AM, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works > on the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to > make sure all community platforms are covered when doing platform > specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From patricio.chilano.mateo at oracle.com Tue Sep 9 13:06:04 2025 From: patricio.chilano.mateo at oracle.com (Patricio Chilano Mateo) Date: Tue, 9 Sep 2025 09:06:04 -0400 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <9b7e403c-e58b-374e-eaac-990385fbaa54@oracle.com> Vote: yes On 9/8/25 9:50?AM, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > > Anton is part of the JVM Runtime team at Oracle and has contributed 18 > patches to the JDK project [0]. When joining the project, Anton dove > into some "starter" bugs, none of which turned out to be trivial at > all.? His other contributions are in Java synchronization and > handshaking code, fixing bugs and working on improvements to the > algorithms. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote From martin.doerr at sap.com Tue Sep 9 13:13:15 2025 From: martin.doerr at sap.com (Doerr, Martin) Date: Tue, 9 Sep 2025 13:13:15 +0000 Subject: CFV: New JDK Committer: David Briemann Message-ID: I hereby nominate David Briemann (dbriemann) to JDK Committer. David is part of the JVM team at SAP and has contributed 14 patches to the JDK project [1]. He has implemented JIT compiler and interpreter improvements for PPC64 and other platforms. Some of them were complex. In addition, he has fixed test bugs and implemented new tests. Votes are due by Tuesday, September 25, 2025. Only current JDK Committers [2] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [3]. Best regards, Martin [1] https://github.com/openjdk/jdk/pulls?q=is%3Apr+label%3Aintegrated+author%3Adbriemann [2] https://openjdk.org/census [3] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From richard.reingruber at sap.com Tue Sep 9 13:19:26 2025 From: richard.reingruber at sap.com (Reingruber, Richard) Date: Tue, 9 Sep 2025 13:19:26 +0000 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: Vote: yes Richard. From: jdk-dev on behalf of Doerr, Martin Date: Tuesday, 9. September 2025 at 15:14 To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: David Briemann I hereby nominate David Briemann (dbriemann) to JDK Committer. David is part of the JVM team at SAP and has contributed 14 patches to the JDK project [1]. He has implemented JIT compiler and interpreter improvements for PPC64 and other platforms. Some of them were complex. In addition, he has fixed test bugs and implemented new tests. Votes are due by Tuesday, September 25, 2025. Only current JDK Committers [2] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [3]. Best regards, Martin [1] https://github.com/openjdk/jdk/pulls?q=is%3Apr+label%3Aintegrated+author%3Adbriemann [2] https://openjdk.org/census [3] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.doerr at sap.com Tue Sep 9 13:23:44 2025 From: martin.doerr at sap.com (Doerr, Martin) Date: Tue, 9 Sep 2025 13:23:44 +0000 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: Vote: yes Best regards, Martin Von: Doerr, Martin Datum: Dienstag, 9. September 2025 um 15:13 An: jdk-dev at openjdk.org Betreff: CFV: New JDK Committer: David Briemann I hereby nominate David Briemann (dbriemann) to JDK Committer. David is part of the JVM team at SAP and has contributed 14 patches to the JDK project [1]. He has implemented JIT compiler and interpreter improvements for PPC64 and other platforms. Some of them were complex. In addition, he has fixed test bugs and implemented new tests. Votes are due by Tuesday, September 25, 2025. Only current JDK Committers [2] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [3]. Best regards, Martin [1] https://github.com/openjdk/jdk/pulls?q=is%3Apr+label%3Aintegrated+author%3Adbriemann [2] https://openjdk.org/census [3] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From roger.riggs at oracle.com Tue Sep 9 13:24:35 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Tue, 9 Sep 2025 09:24:35 -0400 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: Vote: Yes On 9/9/25 9:13 AM, Doerr, Martin wrote: > I hereby nominate David Briemann (dbriemann) to JDK Committer. -------------- next part -------------- An HTML attachment was scrubbed... URL: From goetz.lindenmaier at sap.com Tue Sep 9 13:24:37 2025 From: goetz.lindenmaier at sap.com (Lindenmaier, Goetz) Date: Tue, 9 Sep 2025 13:24:37 +0000 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: Vote: yes Best, Goetz From: jdk-dev On Behalf Of Doerr, Martin Sent: Tuesday, September 9, 2025 3:13 PM To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: David Briemann I hereby nominate David Briemann (dbriemann) to JDK Committer. David is part of the JVM team at SAP and has contributed 14 patches to the JDK project [1]. He has implemented JIT compiler and interpreter improvements for PPC64 and other platforms. Some of them were complex. In addition, he has fixed test bugs and implemented new tests. Votes are due by Tuesday, September 25, 2025. Only current JDK Committers [2] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [3]. Best regards, Martin [1] https://github.com/openjdk/jdk/pulls?q=is%3Apr+label%3Aintegrated+author%3Adbriemann [2] https://openjdk.org/census [3] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From roger.riggs at oracle.com Tue Sep 9 13:26:58 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Tue, 9 Sep 2025 09:26:58 -0400 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <7c481257-5511-48ca-9da8-cde3a3d21056@oracle.com> Vote: Yes On 9/8/25 9:49 AM, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. From daniel.fuchs at oracle.com Tue Sep 9 13:30:27 2025 From: daniel.fuchs at oracle.com (Daniel Fuchs) Date: Tue, 9 Sep 2025 14:30:27 +0100 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: <93914b11-4592-409b-bc64-6d1314a5ff5d@oracle.com> Vote: yes best regards, -- daniel On 09/09/2025 14:13, Doerr, Martin wrote: > I hereby nominate David Briemann (dbriemann) to JDK Committer. From johannes.bechberger at sap.com Tue Sep 9 13:34:11 2025 From: johannes.bechberger at sap.com (Bechberger, Johannes) Date: Tue, 9 Sep 2025 13:34:11 +0000 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: Vote: yes On 09.09.25, 15:14, "jdk-dev" wrote: I hereby nominate David Briemann (dbriemann) to JDK Committer. David is part of the JVM team at SAP and has contributed 14 patches to the JDK project [1]. He has implemented JIT compiler and interpreter improvements for PPC64 and other platforms. Some of them were complex. In addition, he has fixed test bugs and implemented new tests. Votes are due by Tuesday, September 25, 2025. Only current JDK Committers [2] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [3]. Best regards, Martin [1] https://github.com/openjdk/jdk/pulls?q=is%3Apr+label%3Aintegrated+author%3Adbriemann [2] https://openjdk.org/census [3] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthias.baesken at sap.com Tue Sep 9 14:00:23 2025 From: matthias.baesken at sap.com (Baesken, Matthias) Date: Tue, 9 Sep 2025 14:00:23 +0000 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: Vote: yes Best regards, Matthias Von: Doerr, Martin > Datum: Dienstag, 9. September 2025 um 15:13 An: jdk-dev at openjdk.org > Betreff: CFV: New JDK Committer: David Briemann I hereby nominate David Briemann (dbriemann) to JDK Committer. David is part of the JVM team at SAP and has contributed 14 patches to the JDK project [1]. He has implemented JIT compiler and interpreter improvements for PPC64 and other platforms. Some of them were complex. In addition, he has fixed test bugs and implemented new tests. Votes are due by Tuesday, September 25, 2025. Only current JDK Committers [2] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [3]. Best regards, Martin [1] https://github.com/openjdk/jdk/pulls?q=is%3Apr+label%3Aintegrated+author%3Adbriemann [2] https://openjdk.org/census [3] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From adinn at redhat.com Tue Sep 9 14:28:30 2025 From: adinn at redhat.com (Andrew Dinn) Date: Tue, 9 Sep 2025 15:28:30 +0100 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: <55dd78b5-f471-4c00-9e5d-7765f0583c8f@redhat.com> Vote: yes On 09/09/2025 14:13, Doerr, Martin wrote: > I hereby nominate David Briemann (dbriemann) to JDK Committer. > > > David is part of the JVM team at SAP and has contributed 14 patches to > the JDK project [1]. He has implemented JIT compiler and interpreter > improvements for PPC64 and other platforms. Some of them were complex. > In addition, he has fixed test bugs and implemented new tests. > > > Votes are due by Tuesday, September 25, 2025. > > Only current JDK Committers [2] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > > For Lazy Consensus voting instructions, see [3]. > > > Best regards, > > Martin > > > [1] https://github.com/openjdk/jdk/pulls? > q=is%3Apr+label%3Aintegrated+author%3Adbriemann > > [2] https://openjdk.org/census > [3] https://openjdk.org/projects/#committer-vote > > -- regards, Andrew Dinn ----------- Red Hat Distinguished Engineer He/Him/His IBM UK Limited Registered in England and Wales with number 741598 Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN From chen.l.liang at oracle.com Tue Sep 9 16:40:41 2025 From: chen.l.liang at oracle.com (Chen Liang) Date: Tue, 9 Sep 2025 16:40:41 +0000 Subject: CFV: New JDK Committer: David Beaumont (corrected due date 23 Sept) In-Reply-To: References: Message-ID: Vote: yes Will only votes under this thread or votes from both this and the other thread be considered authoritative for the actual nomination of David? Chen ________________________________ From: jdk-dev on behalf of Roger Riggs Sent: Monday, September 8, 2025 11:37 AM To: OpenJDK Dev Subject: CFV: New JDK Committer: David Beaumont (corrected due date 23 Sept) I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. David is a member of the Oracle Core Libraries team. Nearly 30 years of Java experience, including mobile and embedded device JVMs. Class library development at Google with Guava, logging, and internationalization. David has contributed 22 commits to the JDK repo [4]. Votes are due by 17:00 CET Tuesday 23th Sep 2025 Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Regards, Roger Riggs [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote [3] https://github.com/david-beaumont [4] https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.reinhold at oracle.com Tue Sep 9 17:30:55 2025 From: mark.reinhold at oracle.com (Mark Reinhold) Date: Tue, 9 Sep 2025 17:30:55 +0000 Subject: New candidate JEP: 523: Make G1 the Default Garbage Collector in All Environments Message-ID: <20250909172959.EF26F2A0@naskeag.niobe.net> https://openjdk.org/jeps/523 Summary: Make the Garbage-First (G1) garbage collector the default collector in all environments, rather than just server environments. - Mark From brent.christian at oracle.com Tue Sep 9 20:42:08 2025 From: brent.christian at oracle.com (Brent Christian) Date: Tue, 9 Sep 2025 20:42:08 +0000 Subject: CFV: New JDK Committer: David Beaumont (corrected due date 23 Sept) In-Reply-To: References: Message-ID: Vote: Yes From: jdk-dev On Behalf Of Roger Riggs Sent: Monday, September 8, 2025 9:38 AM To: OpenJDK Dev Subject: CFV: New JDK Committer: David Beaumont (corrected due date 23 Sept) I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. David is a member of the Oracle Core Libraries team. Nearly 30 years of Java experience, including mobile and embedded device JVMs. Class library development at Google with Guava, logging, and internationalization. David has contributed 22 commits to the JDK repo [4]. Votes are due by 17:00 CET Tuesday 23th Sep 2025 Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Regards, Roger Riggs [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote [3] https://github.com/david-beaumont [4] https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk -------------- next part -------------- An HTML attachment was scrubbed... URL: From brent.christian at oracle.com Tue Sep 9 21:53:25 2025 From: brent.christian at oracle.com (Brent Christian) Date: Tue, 9 Sep 2025 14:53:25 -0700 Subject: =?UTF-8?Q?Re=3A_CFV=3A_New_JDK_Reviewer=3A_Joel_Sikstr=C3=B6m?= In-Reply-To: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> References: <794b3927-32cd-4c50-b5b9-11c1f50b8e45@oracle.com> Message-ID: <06001db5-a582-4176-bf7f-c8e0640f225c@oracle.com> Vote: Yes On 8/27/25 12:47 AM, Stefan Karlsson wrote: > I hereby nominate Joel Sikstr?m to JDK Reviewer. > From brent.christian at oracle.com Tue Sep 9 21:54:27 2025 From: brent.christian at oracle.com (Brent Christian) Date: Tue, 9 Sep 2025 14:54:27 -0700 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: <0bbbe211-b3f6-4e05-ab02-95fcc8c8f89f@oracle.com> Vote: Yes On 9/8/25 6:50 AM, coleen.phillimore at oracle.com wrote: > I hereby nominate Anton Artemov (aartemov) to JDK Committer. > From brent.christian at oracle.com Tue Sep 9 21:55:28 2025 From: brent.christian at oracle.com (Brent Christian) Date: Tue, 9 Sep 2025 14:55:28 -0700 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: Yes On 9/8/25 6:49 AM, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > From brent.christian at oracle.com Tue Sep 9 21:56:34 2025 From: brent.christian at oracle.com (Brent Christian) Date: Tue, 9 Sep 2025 14:56:34 -0700 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: <4c842215-65f3-4c2a-be8d-412fd685d006@oracle.com> Vote: Yes On 9/9/25 6:13 AM, Doerr, Martin wrote: > I hereby nominate David Briemann (dbriemann) to JDK Committer. > From stuart.marks at oracle.com Wed Sep 10 05:21:44 2025 From: stuart.marks at oracle.com (Stuart Marks) Date: Tue, 9 Sep 2025 22:21:44 -0700 Subject: CFV: New JDK Committer: David Beaumont (corrected due date 23 Sept) In-Reply-To: References: Message-ID: <439f3d89-faa9-46a4-a249-48cb1fc8a85c@oracle.com> Vote: yes On 9/8/25 9:37 AM, Roger Riggs wrote: > |I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. | > > |David is a member of the Oracle Core Libraries team. > | > > Nearly 30 years of Java experience, including mobile and embedded device JVMs. > Class library development at Google with Guava, logging, and internationalization. > > |David has contributed 22 commits to the JDK repo [4].| > || > ||Votes are due by 17:00 CET Tuesday 23th Sep 2025|| > > |Only current JDK Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. | > > |For Lazy Consensus voting instructions, see [2]. > | > > |Regards, Roger Riggs > | > > |[1] https://openjdk.org/census > [2] https://openjdk.org/projects/#committer-vote > [3] https://github.com/david-beaumont > [4] https://github.com/search?q=author%3Adavid- > beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk > | > > From raffaello.giulietti at oracle.com Wed Sep 10 08:08:24 2025 From: raffaello.giulietti at oracle.com (Raffaello Giulietti) Date: Wed, 10 Sep 2025 10:08:24 +0200 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: Vote: yes On 2025-09-09 15:13, Doerr, Martin wrote: > I hereby nominate David Briemann (dbriemann) to JDK Committer. > From mahendra.chhipa at oracle.com Wed Sep 10 10:13:21 2025 From: mahendra.chhipa at oracle.com (Mahendra Chhipa) Date: Wed, 10 Sep 2025 10:13:21 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: yes Regards Mahendra Chhipa From: jdk-dev on behalf of coleen.phillimore at oracle.com Date: Monday, 8 September 2025 at 14:51 To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: Anton Artemov I hereby nominate Anton Artemov (aartemov) to JDK Committer. Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. Votes are due by Monday, September 22, 2025. Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From Amit.Kumar220 at ibm.com Wed Sep 10 10:53:46 2025 From: Amit.Kumar220 at ibm.com (Amit Kumar) Date: Wed, 10 Sep 2025 10:53:46 +0000 Subject: CFV: New JDK Committer: David Briemann In-Reply-To: References: Message-ID: <2C801589-3446-41F8-B008-F7FE4FDB6AE0@ibm.com> Vote: Yes Regards, /Amit On 09/09/2025, at 6:43?PM, Doerr, Martin wrote: This Message Is From an External Sender This message came from outside your organization. Report Suspicious I hereby nominate David Briemann (dbriemann) to JDK Committer. David is part of the JVM team at SAP and has contributed 14 patches to the JDK project [1]. He has implemented JIT compiler and interpreter improvements for PPC64 and other platforms. Some of them were complex. In addition, he has fixed test bugs and implemented new tests. Votes are due by Tuesday, September 25, 2025. Only current JDK Committers [2] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [3]. Best regards, Martin [1] https://github.com/openjdk/jdk/pulls?q=is%3Apr+label%3Aintegrated+author%3Adbriemann [2] https://openjdk.org/census [3] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.fuchs at oracle.com Wed Sep 10 11:41:50 2025 From: daniel.fuchs at oracle.com (Daniel Fuchs) Date: Wed, 10 Sep 2025 12:41:50 +0100 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <593f3de6-38af-4d2d-a0bc-2e36bb301aca@oracle.com> Vote: yes best regards, -- daniel On 08/09/2025 14:49, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. From lance.andersen at oracle.com Wed Sep 10 12:08:02 2025 From: lance.andersen at oracle.com (Lance Andersen) Date: Wed, 10 Sep 2025 12:08:02 +0000 Subject: CFV: New JDK Committer: David Beaumont In-Reply-To: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> References: <888288ca-0fe8-40ad-a416-1aed4bc8e74b@oracle.com> Message-ID: Vote: yes On Sep 8, 2025, at 10:52?AM, Roger Riggs wrote: I hereby nominate David Beaumont (david-beaumont [3]) to JDK Committer. David is a member of the Oracle Core Libraries team. Nearly 30 years of Java experience, including mobile and embedded device JVMs. Class library development at Google with Guava, logging, and internationalization. David has contributed 22 commits to the JDK repo [4]. Votes are due by 17:00 CET Tuesday 18th Sep 2025 Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Regards, Roger Riggs [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote [3] https://github.com/david-beaumont [4] https://github.com/search?q=author%3Adavid-beaumont+repo%3Aopenjdk%2Fjdk&type=pullrequests&repo=openjdk%2Fjdk [oracle_sig_logo.gif] Lance Andersen | Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen at oracle.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: oracle_sig_logo.gif Type: image/gif Size: 658 bytes Desc: oracle_sig_logo.gif URL: From stefan.karlsson at oracle.com Wed Sep 10 12:13:52 2025 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Wed, 10 Sep 2025 14:13:52 +0200 Subject: =?UTF-8?Q?Result=3A_New_JDK_Reviewer=3A_Joel_Sikstr=C3=B6m?= Message-ID: Voting for Joel Sikstr?m [1] is now closed. Yes: 22 Veto: 0 Abstain: 0 According to the Bylaws definition of Three-Vote Consensus, this is sufficient to approve the nomination. Stefan Karlsson [1] https://mail.openjdk.org/pipermail/jdk-dev/2025-August/010345.html From erik.gahlin at oracle.com Wed Sep 10 15:30:46 2025 From: erik.gahlin at oracle.com (Erik Gahlin) Date: Wed, 10 Sep 2025 15:30:46 +0000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes Erik Gahlin ________________________________ From: jdk-dev on behalf of coleen.phillimore at oracle.com Sent: Monday, September 8, 2025 3:49 PM To: jdk-dev at openjdk.org Subject: CFV: New JDK Reviewer: Fredrik Bredberg I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. Votes are due by Monday, September 22, 2025. Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg [1] https://openjdk.org/census [2] https://openjdk.org/projects/#reviewer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.holmes at oracle.com Thu Sep 11 00:44:12 2025 From: david.holmes at oracle.com (David Holmes) Date: Thu, 11 Sep 2025 10:44:12 +1000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes David On 8/09/2025 11:49 pm, coleen.phillimore at oracle.com wrote: > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works > on the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to > make sure all community platforms are covered when doing platform > specific changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From yangfei at iscas.ac.cn Thu Sep 11 01:05:00 2025 From: yangfei at iscas.ac.cn (yangfei at iscas.ac.cn) Date: Thu, 11 Sep 2025 09:05:00 +0800 (GMT+08:00) Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: <315ef1af.1744e.199364deb88.Coremail.yangfei@iscas.ac.cn> Vote: yes > -----Original Messages----- > From: coleen.phillimore at oracle.com > Sent Time: 2025-09-08 21:49:32 (Monday) > To: "jdk-dev at openjdk.org" > Cc: > Subject: CFV: New JDK Reviewer: Fredrik Bredberg > > I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. > > Fredrik is part of the JVM Runtime team at Oracle and has contributed > and co-authored over 41 patches to the JDK project [0]. Fredrik works on > the Java synchronization code, improving performance, fixing bugs, > streamlining locking algorithm logic, and most recently cleaning out > legacy locking code. He has made several non-trivial platform specific > changes to support virtual threads, always going the extra mile to make > sure all community platforms are covered when doing platform specific > changes. > > Votes are due by Monday, September 22, 2025. > > Only current JDK Reviewers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Coleen Phillimore > > [0] > https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg > [1] https://openjdk.org/census > [2] https://openjdk.org/projects/#reviewer-vote From mark.reinhold at oracle.com Thu Sep 11 16:35:23 2025 From: mark.reinhold at oracle.com (Mark Reinhold) Date: Thu, 11 Sep 2025 16:35:23 +0000 Subject: New candidate JEP: 524: PEM Encodings of Cryptographic Objects (Second Preview) Message-ID: <20250911163426.930B3EE@naskeag.niobe.net> https://openjdk.org/jeps/524 Summary: Introduce an API for encoding objects that represent cryptographic keys, certificates, and certificate revocation lists into the widely-used Privacy-Enhanced Mail (PEM) transport format, and for decoding from that format back into objects. This is a preview API. - Mark From mark.reinhold at oracle.com Thu Sep 11 16:44:07 2025 From: mark.reinhold at oracle.com (Mark Reinhold) Date: Thu, 11 Sep 2025 12:44:07 -0400 Subject: JEP proposed to target JDK 26: 517: HTTP/3 for the HTTP Client API In-Reply-To: <20250903180957.C3F94B86@naskeag.niobe.net> References: <20250903180957.C3F94B86@naskeag.niobe.net> Message-ID: 2025/9/3 14:16:14 -0400, Mark Reinhold: > The following JEP is proposed to target JDK 26: > > 517: HTTP/3 for the HTTP Client API > https://openjdk.org/jeps/517 > > Summary: Update the HTTP Client API to support the HTTP/3 protocol, so > that libraries and applications can interact with HTTP/3 servers with > minimal code change. > > Feedback on this proposal from JDK Project Committers and Reviewers [1] > is more than welcome, as are reasoned objections. If no such objections > are raised by 20:00 UTC on Wednesday, 10 September, or if they?re > raised and then satisfactorily answered, then per the JEP 2.0 process > proposal [2] I?ll target this JEP to JDK 26. Hearing no objection, I?ve targeted this JEP to JDK 26. - Mark From johan.sjolen at oracle.com Fri Sep 12 15:02:42 2025 From: johan.sjolen at oracle.com (Johan Sjolen) Date: Fri, 12 Sep 2025 15:02:42 +0000 Subject: CFV: New JDK Reviewer: Fredrik Bredberg In-Reply-To: References: Message-ID: Vote: yes / Johan ________________________________________ From: jdk-dev on behalf of coleen.phillimore at oracle.com Sent: Monday, September 8, 2025 15:49 To: jdk-dev at openjdk.org Subject: CFV: New JDK Reviewer: Fredrik Bredberg I hereby nominate Fredrik Bredberg (fbredberg) to JDK Reviewer. Fredrik is part of the JVM Runtime team at Oracle and has contributed and co-authored over 41 patches to the JDK project [0]. Fredrik works on the Java synchronization code, improving performance, fixing bugs, streamlining locking algorithm logic, and most recently cleaning out legacy locking code. He has made several non-trivial platform specific changes to support virtual threads, always going the extra mile to make sure all community platforms are covered when doing platform specific changes. Votes are due by Monday, September 22, 2025. Only current JDK Reviewers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20fbredberg [1] https://openjdk.org/census [2] https://openjdk.org/projects/#reviewer-vote From johan.sjolen at oracle.com Fri Sep 12 15:05:09 2025 From: johan.sjolen at oracle.com (Johan Sjolen) Date: Fri, 12 Sep 2025 15:05:09 +0000 Subject: CFV: New JDK Committer: Anton Artemov In-Reply-To: References: Message-ID: Vote: Yes /Johan ________________________________________ From: jdk-dev on behalf of coleen.phillimore at oracle.com Sent: Monday, September 8, 2025 15:50 To: jdk-dev at openjdk.org Subject: CFV: New JDK Committer: Anton Artemov I hereby nominate Anton Artemov (aartemov) to JDK Committer. Anton is part of the JVM Runtime team at Oracle and has contributed 18 patches to the JDK project [0]. When joining the project, Anton dove into some "starter" bugs, none of which turned out to be trivial at all. His other contributions are in Java synchronization and handshaking code, fixing bugs and working on improvements to the algorithms. Votes are due by Monday, September 22, 2025. Only current JDK Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. Coleen Phillimore [0] https://bugs.openjdk.org/issues/?jql=status%20%3D%20Resolved%20AND%20assignee%20%3D%20aartemov [1] https://openjdk.org/census [2] https://openjdk.org/projects/#committer-vote