From mark.reinhold at oracle.com Mon Jul 7 14:43:50 2025 From: mark.reinhold at oracle.com (Mark Reinhold) Date: Mon, 7 Jul 2025 14:43:50 +0000 Subject: JEP proposed to target JDK 26: 504: Remove the Applet API Message-ID: <20250707144349.317BB81BB84@eggemoggin.niobe.net> The following JEP is proposed to target JDK 26: 504: Remove the Applet API https://openjdk.org/jeps/504 Summary: Remove the Applet API, which was deprecated for removal in JDK 17 (2021). It is obsolete because neither recent JDK releases nor current web browsers support applets. 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 17:00 UTC on Monday, 14 July, 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 alexey.ivanov at oracle.com Mon Jul 7 18:50:31 2025 From: alexey.ivanov at oracle.com (Alexey Ivanov) Date: Mon, 7 Jul 2025 19:50:31 +0100 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) Message-ID: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. Rajat is a member of the Client Sustaining team at Oracle and has authored 19 changes [2][3] to the OpenJDK repository. Votes are due by 19:00 UTC on Monday 21st July 2025. Only current JDK Committers [4] 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 [5]. -- Regards, Alexey Ivanov (aivanov) [1] https://openjdk.org/census#rmahajan [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author%3Arajamah&type=commits&s=committer-date [3] git log --author=rmahajan at openjdk.org --author=rajat.m.mahajan at oracle.com [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus From bylokhov at amazon.com Tue Jul 8 02:18:01 2025 From: bylokhov at amazon.com (Sergey Bylokhov) Date: Mon, 7 Jul 2025 19:18:01 -0700 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: <53d89e42-411e-4e50-97ef-e2fd8f9c65eb@amazon.com> Vote: yes -- Best regards, Sergey. From dmitry.markov at oracle.com Tue Jul 8 15:04:27 2025 From: dmitry.markov at oracle.com (Dmitrii Markov) Date: Tue, 8 Jul 2025 15:04:27 +0000 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: Vote: yes Regards, Dmitrii From: jdk-dev on behalf of Alexey Ivanov Date: Monday, 7 July 2025 at 19:51 To: jdk-dev Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. Rajat is a member of the Client Sustaining team at Oracle and has authored 19 changes [2][3] to the OpenJDK repository. Votes are due by 19:00 UTC on Monday 21st July 2025. Only current JDK Committers [4] 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 [5]. -- Regards, Alexey Ivanov (aivanov) [1] https://openjdk.org/census#rmahajan [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author%3Arajamah&type=commits&s=committer-date [3] git log --author=rmahajan at openjdk.org --author=rajat.m.mahajan at oracle.com [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From shipilev at amazon.de Tue Jul 8 17:29:28 2025 From: shipilev at amazon.de (Aleksey Shipilev) Date: Tue, 8 Jul 2025 19:29:28 +0200 Subject: GHA master->feature branch build prerequisites caching Message-ID: <345b0480-cf52-475c-97c2-9899473aaa01@amazon.de> Hi there, I would like to spotlight the recent GHA optimization we pushed into mainline this week: https://bugs.openjdk.org/browse/JDK-8343546 Read full details in the RFE above. TL;DR: If you update your personal fork "master" branch every so often, a dry-run job would run on that "master" and populate the caches, and then the PR branches off that "master" would be able to reuse various cached build prerequisites (jtreg builds, build JDKs, sysroots), without creating them again. This is both faster, as this allows to skip quite a bit of setup, more reliable, as creating some of these prerequisites sporadically fails, and nicer, as we do not hit external systems too often. I have been peeking in GHA runs this week, and it seems to work well. So some of you are using this improvement already. If this continues to go well, we will consider backports to update releases. Please report troubles, if any, to the original RFE: https://bugs.openjdk.org/browse/JDK-8343546 Caveat (and the major reason I write this note, really): this advanced caching scheme only works if the remote GH knows about pushes to your personal fork "master". It is a part of usual workflow for some folks, me included. But I know some just fetch/merge upstream "master" into their PR branches directly, without pushing personal "master" updates to remote. That workflow still works, and still does use per-branch caching, which is just not that efficient. If you are on the fence which way to work with your personal "master" branches, maybe this would give a nudge towards one of the ways. Enjoy! -- Thanks, -Aleksey Amazon Web Services Development Center Germany GmbH Tamara-Danz-Str. 13 10243 Berlin Geschaeftsfuehrung: Christian Schlaeger, Jonathan Weiss Eingetragen am Amtsgericht Charlottenburg unter HRB 257764 B Sitz: Berlin Ust-ID: DE 365 538 597 From fairoz.matte at oracle.com Tue Jul 8 21:46:37 2025 From: fairoz.matte at oracle.com (Fairoz Matte) Date: Tue, 8 Jul 2025 21:46:37 +0000 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: Vote: Yes Thanks, Fairoz ________________________________ From: jdk-dev on behalf of Alexey Ivanov Sent: Monday, July 7, 2025 11:50 AM To: jdk-dev Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. Rajat is a member of the Client Sustaining team at Oracle and has authored 19 changes [2][3] to the OpenJDK repository. Votes are due by 19:00 UTC on Monday 21st July 2025. Only current JDK Committers [4] 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 [5]. -- Regards, Alexey Ivanov (aivanov) [1] https://openjdk.org/census#rmahajan [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author%3Arajamah&type=commits&s=committer-date [3] git log --author=rmahajan at openjdk.org --author=rajat.m.mahajan at oracle.com [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From philip.race at oracle.com Tue Jul 8 22:45:45 2025 From: philip.race at oracle.com (Philip Race) Date: Tue, 8 Jul 2025 15:45:45 -0700 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: <70b37c7f-45b5-43cf-9a88-b4cb068ab194@oracle.com> Vote: yes -phil. From jayathirth.d.v at oracle.com Wed Jul 9 04:03:32 2025 From: jayathirth.d.v at oracle.com (Jayathirth Rao Daarapuram Venkatesh Murthy) Date: Wed, 9 Jul 2025 04:03:32 +0000 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: Vote : Yes. Thanks, Jay From: jdk-dev on behalf of Alexey Ivanov Date: Tuesday, 8 July 2025 at 12:20?AM To: jdk-dev Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. Rajat is a member of the Client Sustaining team at Oracle and has authored 19 changes [2][3] to the OpenJDK repository. Votes are due by 19:00 UTC on Monday 21st July 2025. Only current JDK Committers [4] 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 [5]. -- Regards, Alexey Ivanov (aivanov) [1] https://openjdk.org/census#rmahajan [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author%3Arajamah&type=commits&s=committer-date [3] git log --author=rmahajan at openjdk.org --author=rajat.m.mahajan at oracle.com [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexey.ivanov at oracle.com Wed Jul 9 18:57:03 2025 From: alexey.ivanov at oracle.com (Alexey Ivanov) Date: Wed, 9 Jul 2025 19:57:03 +0100 Subject: CFV: New JDK Committer: Manukumar V S (mvs) Message-ID: I hereby nominate Manukumar V S (mvs) [1] to JDK committer. Manukumar is a member of the Software Quality Engineering (SQE) team at Oracle and has authored 44 changes [2][3] and co-authored 1 change [4] to the JDK project.? Manukumar focuses on fixing test bugs, improving test robustness and adding new tests. Votes are due by 19:00 UTC on Wednesday 23rd July 2025. Only current JDK Committers [5] 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 [6]. -- Regards, Alexey Ivanov (aivanov) [1] https://openjdk.org/census#mvs [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Manukumar+V+S%22&type=commits&s=committer-date [3] git log --author='Manukumar V S' [4] https://github.com/openjdk/jdk/commit/ef6200c727332796d2e1c8ae3bfa155cbaa72f4c [5] https://openjdk.org/census [6] https://openjdk.org/bylaws#lazy-consensus From eric.caspole at oracle.com Wed Jul 9 19:02:50 2025 From: eric.caspole at oracle.com (Eric Caspole) Date: Wed, 9 Jul 2025 15:02:50 -0400 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: <7ad7f557-b266-4144-be9a-781e778f7d36@oracle.com> Vote: yes Eric On 7/7/25 2:50 PM, Alexey Ivanov wrote: > I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. > > Rajat is a member of the Client Sustaining team at Oracle and has > authored 19 changes [2][3] to the OpenJDK repository. > > > Votes are due by 19:00 UTC on Monday 21st July 2025. > > Only current JDK Committers [4] 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 [5]. > From christian.s.stein at oracle.com Fri Jul 11 08:37:16 2025 From: christian.s.stein at oracle.com (Christian Stein) Date: Fri, 11 Jul 2025 08:37:16 +0000 Subject: Coming soon: jtreg 8 Message-ID: JDK folk, This is a general heads-up that jtreg 8 is ready for use and that we should soon update JDK to use it. Starting with jtreg 8, AsmTools 8.1 [1] and JUnit 5.13.3 [2] are bundled. With that comes support for strict fields and parameterized test classes. Find a listing of noteworthy changes at [3]. Also starting with version 8, jtreg is compiled with JDK 17. Yet, it still only requires a recent release of JDK 11 to run it. The plan is to integrate [JDK-8361950]: Update to use jtreg 8 in August 2025. After the integration of the PR you must use jtreg 8 to run tests in the mainline JDK repository. Finally, thanks to everyone who has helped thus far! [1] https://github.com/openjdk/asmtools [2] https://docs.junit.org/5.13.3/release-notes [3] https://github.com/openjdk/jtreg/blob/master/CHANGELOG.md#8 [JDK-8361950] https://bugs.openjdk.org/browse/JDK-8361950 From abdul.kolarkunnu at gmail.com Mon Jul 14 07:09:16 2025 From: abdul.kolarkunnu at gmail.com (Abdul Muneer K) Date: Mon, 14 Jul 2025 12:39:16 +0530 Subject: CFV: New JDK Committer: Manukumar V S (mvs) In-Reply-To: References: Message-ID: Vote: Yes Regards and Thanks, Abdul Muneer Kolarkunnu(#akolarkunnu) > > *From: *jdk-dev on behalf of Alexey Ivanov < > alexey.ivanov at oracle.com> > *Date: *Thursday, 10 July 2025 at 12:27?AM > *To: *jdk-dev > *Subject: *CFV: New JDK Committer: Manukumar V S (mvs) > > I hereby nominate Manukumar V S (mvs) [1] to JDK committer. > > Manukumar is a member of the Software Quality Engineering (SQE) team at > Oracle and has authored 44 changes [2][3] and co-authored 1 change [4] > to the JDK project. Manukumar focuses on fixing test bugs, improving > test robustness and adding new tests. > > > Votes are due by 19:00 UTC on Wednesday 23rd July 2025. > > Only current JDK Committers [5] 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 [6]. > > -- > Regards, > Alexey Ivanov (aivanov) > > [1] https://openjdk.org/census#mvs > [2] > > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Manukumar+V+S%22&type=commits&s=committer-date > [3] git log --author='Manukumar V S' > [4] > > https://github.com/openjdk/jdk/commit/ef6200c727332796d2e1c8ae3bfa155cbaa72f4c > [5] https://openjdk.org/census > [6] https://openjdk.org/bylaws#lazy-consensus > -------------- next part -------------- An HTML attachment was scrubbed... URL: From j.bachorik at gmail.com Mon Jul 14 07:12:28 2025 From: j.bachorik at gmail.com (Jaroslav Bachorik) Date: Mon, 14 Jul 2025 09:12:28 +0200 Subject: CFV: New JDK Committer: Manukumar V S (mvs) In-Reply-To: References: Message-ID: Vote: yes Cheers, Jaroslav On Wed 9. 7. 2025 at 21:05, Alexey Ivanov wrote: > I hereby nominate Manukumar V S (mvs) [1] to JDK committer. > > Manukumar is a member of the Software Quality Engineering (SQE) team at > Oracle and has authored 44 changes [2][3] and co-authored 1 change [4] > to the JDK project. Manukumar focuses on fixing test bugs, improving > test robustness and adding new tests. > > > Votes are due by 19:00 UTC on Wednesday 23rd July 2025. > > Only current JDK Committers [5] 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 [6]. > > -- > Regards, > Alexey Ivanov (aivanov) > > [1] https://openjdk.org/census#mvs > [2] > > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Manukumar+V+S%22&type=commits&s=committer-date > [3] git log --author='Manukumar V S' > [4] > > https://github.com/openjdk/jdk/commit/ef6200c727332796d2e1c8ae3bfa155cbaa72f4c > [5] https://openjdk.org/census > [6] https://openjdk.org/bylaws#lazy-consensus > -------------- next part -------------- An HTML attachment was scrubbed... URL: From abdul.kolarkunnu at gmail.com Mon Jul 14 07:16:42 2025 From: abdul.kolarkunnu at gmail.com (Abdul Muneer K) Date: Mon, 14 Jul 2025 12:46:42 +0530 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: Vote: Yes Regards and Thanks, Abdul Muneer Kolarkunnu(#akolarkunnu) > > *From: *jdk-dev on behalf of Alexey Ivanov < > alexey.ivanov at oracle.com> > *Date: *Tuesday, 8 July 2025 at 12:20?AM > *To: *jdk-dev > *Subject: *CFV: New JDK Committer: Rajat Mahajan (rmahajan) > > I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. > > Rajat is a member of the Client Sustaining team at Oracle and has > authored 19 changes [2][3] to the OpenJDK repository. > > > Votes are due by 19:00 UTC on Monday 21st July 2025. > > Only current JDK Committers [4] 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 [5]. > > -- > Regards, > Alexey Ivanov (aivanov) > > [1] https://openjdk.org/census#rmahajan > [2] > > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author%3Arajamah&type=commits&s=committer-date > [3] git log --author=rmahajan at openjdk.org > --author=rajat.m.mahajan at oracle.com > [4] https://openjdk.org/census > [5] https://openjdk.org/bylaws#lazy-consensus > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jayathirth.d.v at oracle.com Mon Jul 14 08:51:11 2025 From: jayathirth.d.v at oracle.com (Jayathirth Rao Daarapuram Venkatesh Murthy) Date: Mon, 14 Jul 2025 08:51:11 +0000 Subject: CFV: New JDK Committer: Manukumar V S (mvs) In-Reply-To: References: Message-ID: Vote : Yes. Thanks, Jay From: jdk-dev on behalf of Alexey Ivanov Date: Thursday, 10 July 2025 at 12:27?AM To: jdk-dev Subject: CFV: New JDK Committer: Manukumar V S (mvs) I hereby nominate Manukumar V S (mvs) [1] to JDK committer. Manukumar is a member of the Software Quality Engineering (SQE) team at Oracle and has authored 44 changes [2][3] and co-authored 1 change [4] to the JDK project. Manukumar focuses on fixing test bugs, improving test robustness and adding new tests. Votes are due by 19:00 UTC on Wednesday 23rd July 2025. Only current JDK Committers [5] 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 [6]. -- Regards, Alexey Ivanov (aivanov) [1] https://openjdk.org/census#mvs [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Manukumar+V+S%22&type=commits&s=committer-date [3] git log --author='Manukumar V S' [4] https://github.com/openjdk/jdk/commit/ef6200c727332796d2e1c8ae3bfa155cbaa72f4c [5] https://openjdk.org/census [6] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From philip.race at oracle.com Mon Jul 14 19:11:38 2025 From: philip.race at oracle.com (Philip Race) Date: Mon, 14 Jul 2025 12:11:38 -0700 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) Message-ID: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. Lawrence is a member of the SQE team at Oracle and is focused on the client area. He has authored 34 changes [2], [3] to the OpenJDK JDK repository as listed below. 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java 8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @ 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053 8317751: ProblemList ConsumeForModalDialogTest.java, MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for windows 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage 8294535: Add screen capture functionality to PassFailJFrame 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac 8296335: Fix accessibility manual test instruction 8292309: Fix java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java test 8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key 8292738: JInternalFrame backgroundShadowBorder & foregroundShadowBorder line is longer in Mac Look and Feel 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException 8282771: Create test case for JDK-8262981 8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java 8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java 8285867: Convert applet manual tests SelectionVisible.java to Frame and automate 8284316: Support accessibility ManualTestFrame.java for non SwingSet tests 8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test 8284898: Enhance PassFailJFrame 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception 8283712: Create a manual test framework class 8281284: Write JSlider accessibility test 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails 8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList 8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java 8274456: Remove jtreg tag manual=yesno java/awt/print/PrinterJob/PageDialogTest.java 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction 8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction 7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails 8267161: Write automated test case for JDK-4479161 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java Votes are due by 20:00 UTC Monday 28th July 2025 Only current JDK Committers [4] 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 [5]. -phil. [1] https://openjdk.org/census#landrews [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits [3} git log --author="lawrence.andrews" --format='%h %s' [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus From philip.race at oracle.com Mon Jul 14 19:13:39 2025 From: philip.race at oracle.com (Philip Race) Date: Mon, 14 Jul 2025 12:13:39 -0700 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: <94c395cc-ec1a-4613-a43f-70aea13d55f6@oracle.com> Vote: yes -phil. From fairoz.matte at oracle.com Mon Jul 14 19:29:19 2025 From: fairoz.matte at oracle.com (Fairoz Matte) Date: Mon, 14 Jul 2025 19:29:19 +0000 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: Vote: yes, Fairoz ________________________________ From: jdk-dev on behalf of Philip Race Sent: Monday, July 14, 2025 12:11 PM To: jdk-dev at openjdk.org Cc: Lawrence Andrews Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. Lawrence is a member of the SQE team at Oracle and is focused on the client area. He has authored 34 changes [2], [3] to the OpenJDK JDK repository as listed below. 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java 8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @ 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053 8317751: ProblemList ConsumeForModalDialogTest.java, MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for windows 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage 8294535: Add screen capture functionality to PassFailJFrame 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac 8296335: Fix accessibility manual test instruction 8292309: Fix java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java test 8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key 8292738: JInternalFrame backgroundShadowBorder & foregroundShadowBorder line is longer in Mac Look and Feel 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException 8282771: Create test case for JDK-8262981 8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java 8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java 8285867: Convert applet manual tests SelectionVisible.java to Frame and automate 8284316: Support accessibility ManualTestFrame.java for non SwingSet tests 8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test 8284898: Enhance PassFailJFrame 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception 8283712: Create a manual test framework class 8281284: Write JSlider accessibility test 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails 8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList 8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java 8274456: Remove jtreg tag manual=yesno java/awt/print/PrinterJob/PageDialogTest.java 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction 8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction 7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails 8267161: Write automated test case for JDK-4479161 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java Votes are due by 20:00 UTC Monday 28th July 2025 Only current JDK Committers [4] 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 [5]. -phil. [1] https://openjdk.org/census#landrews [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits [3} git log --author="lawrence.andrews" --format='%h %s' [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From roger.riggs at oracle.com Mon Jul 14 19:31:43 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Mon, 14 Jul 2025 15:31:43 -0400 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: <611d87eb-d7d2-4f41-b26f-ac4ac7271fb4@oracle.com> Vote: Yes On 7/14/25 3:11 PM, Philip Race wrote: > I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. From roger.riggs at oracle.com Mon Jul 14 19:33:14 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Mon, 14 Jul 2025 15:33:14 -0400 Subject: CFV: New JDK Committer: Manukumar V S (mvs) In-Reply-To: References: Message-ID: Vote: yes On 7/9/25 2:57 PM, Alexey Ivanov wrote: > I hereby nominate Manukumar V S (mvs) [1] to JDK committer. From roger.riggs at oracle.com Mon Jul 14 19:33:53 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Mon, 14 Jul 2025 15:33:53 -0400 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: Vote: Yes On 7/7/25 2:50 PM, Alexey Ivanov wrote: > I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. From mark.reinhold at oracle.com Mon Jul 14 19:37:38 2025 From: mark.reinhold at oracle.com (Mark Reinhold) Date: Mon, 14 Jul 2025 19:37:38 +0000 Subject: JEP proposed to target JDK 26: 504: Remove the Applet API In-Reply-To: <20250707144349.317BB81BB84@eggemoggin.niobe.net> References: <20250707144349.317BB81BB84@eggemoggin.niobe.net> Message-ID: <20250714153736.815783567@eggemoggin.niobe.net> 2025/7/7 10:43:50 -0400, mark.reinhold at oracle.com: > The following JEP is proposed to target JDK 26: > > 504: Remove the Applet API > https://openjdk.org/jeps/504 > > Summary: Remove the Applet API, which was deprecated for removal in > JDK 17 (2021). It is obsolete because neither recent JDK releases nor > current web browsers support applets. > > 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 17:00 UTC on Monday, 14 July, 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 objections, I?ve targeted this JEP to JDK 26. - Mark From harshitha.onkar at oracle.com Mon Jul 14 19:42:13 2025 From: harshitha.onkar at oracle.com (Harshitha Onkar) Date: Mon, 14 Jul 2025 19:42:13 +0000 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: Vote: Yes Thanks, Harshitha From harshitha.onkar at oracle.com Mon Jul 14 19:46:44 2025 From: harshitha.onkar at oracle.com (Harshitha Onkar) Date: Mon, 14 Jul 2025 19:46:44 +0000 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: Vote: Yes Thanks, Harshitha -----Original Message----- From: jdk-dev On Behalf Of Alexey Ivanov Sent: Monday, July 7, 2025 11:51 AM To: jdk-dev Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. Rajat is a member of the Client Sustaining team at Oracle and has authored 19 changes [2][3] to the OpenJDK repository. Votes are due by 19:00 UTC on Monday 21st July 2025. Only current JDK Committers [4] 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 [5]. -- Regards, Alexey Ivanov (aivanov) [1] https://openjdk.org/census#rmahajan [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author%3Arajamah&type=commits&s=committer-date [3] git log --author=rmahajan at openjdk.org --author=rajat.m.mahajan at oracle.com [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus From tejesh.r at oracle.com Tue Jul 15 03:59:42 2025 From: tejesh.r at oracle.com (Tejesh R) Date: Tue, 15 Jul 2025 03:59:42 +0000 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: Vote: Yes Regards, Tejesh R From: jdk-dev on behalf of Alexey Ivanov Date: Tuesday, 8 July 2025 at 12:21?AM To: jdk-dev Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. Rajat is a member of the Client Sustaining team at Oracle and has authored 19 changes [2][3] to the OpenJDK repository. Votes are due by 19:00 UTC on Monday 21st July 2025. Only current JDK Committers [4] 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 [5]. -- Regards, Alexey Ivanov (aivanov) [1] https://openjdk.org/census#rmahajan [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author%3Arajamah&type=commits&s=committer-date [3] git log --author=rmahajan at openjdk.org --author=rajat.m.mahajan at oracle.com [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From tejesh.r at oracle.com Tue Jul 15 04:01:23 2025 From: tejesh.r at oracle.com (Tejesh R) Date: Tue, 15 Jul 2025 04:01:23 +0000 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: Vote: Yes Regards, Tejesh R From: jdk-dev on behalf of Philip Race Date: Tuesday, 15 July 2025 at 12:43?AM To: jdk-dev at openjdk.org Cc: Lawrence Andrews Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. Lawrence is a member of the SQE team at Oracle and is focused on the client area. He has authored 34 changes [2], [3] to the OpenJDK JDK repository as listed below. 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java 8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @ 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053 8317751: ProblemList ConsumeForModalDialogTest.java, MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for windows 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage 8294535: Add screen capture functionality to PassFailJFrame 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac 8296335: Fix accessibility manual test instruction 8292309: Fix java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java test 8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key 8292738: JInternalFrame backgroundShadowBorder & foregroundShadowBorder line is longer in Mac Look and Feel 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException 8282771: Create test case for JDK-8262981 8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java 8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java 8285867: Convert applet manual tests SelectionVisible.java to Frame and automate 8284316: Support accessibility ManualTestFrame.java for non SwingSet tests 8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test 8284898: Enhance PassFailJFrame 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception 8283712: Create a manual test framework class 8281284: Write JSlider accessibility test 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails 8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList 8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java 8274456: Remove jtreg tag manual=yesno java/awt/print/PrinterJob/PageDialogTest.java 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction 8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction 7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails 8267161: Write automated test case for JDK-4479161 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java Votes are due by 20:00 UTC Monday 28th July 2025 Only current JDK Committers [4] 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 [5]. -phil. [1] https://openjdk.org/census#landrews [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits [3} git log --author="lawrence.andrews" --format='%h %s' [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From prasanta.sadhukhan at oracle.com Tue Jul 15 04:05:21 2025 From: prasanta.sadhukhan at oracle.com (Prasanta Sadhukhan) Date: Tue, 15 Jul 2025 09:35:21 +0530 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: <47629308-4636-4a76-b5dd-a28adeb8f92d@oracle.com> Vote: yes Regards Prasanta On 15-07-2025 00:41, Philip Race wrote: > I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. > > Lawrence is a member of the SQE team at Oracle and is focused on the > client area. > > He has authored 34 changes [2], [3] to the OpenJDK JDK repository as > listed below. > > 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed > because the phrase of text pane does not match the instructions > 8328553: Get rid of JApplet in > test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java > 8335789: [TESTBUG] XparColor.java test fails with Error. Parse > Exception: Invalid or unrecognized bugid: @ > 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with > Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" > after JDK-8316053 > 8317751: ProblemList ConsumeForModalDialogTest.java, > MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for > windows > 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to > use new PassFailJFrame's builder pattern usage > 8294535: Add screen capture functionality to PassFailJFrame > 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java > fails with java.lang.NullPointerException > 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails > on non mac > 8296335: Fix accessibility manual test instruction > 8292309: Fix > java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java > test > 8292328: AccessibleActionsTest.java test instruction for show popup on > JLabel did not specify shift key > 8292738: JInternalFrame backgroundShadowBorder & > foregroundShadowBorder line is longer in Mac Look and Feel > 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with > java.lang.NullPointerException > 8282771: Create test case for JDK-8262981 > 8285687: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/PageRangesDlgTest.java > 8285612: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java > 8285867: Convert applet manual tests SelectionVisible.java to Frame > and automate > 8284316: Support accessibility ManualTestFrame.java for non SwingSet > tests > 8285617: Fix > java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test > 8283803: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test > 8284898: Enhance PassFailJFrame > 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse > Exception 8283712: Create a manual test framework class > 8281284: Write JSlider accessibility test > 8270331: [TESTBUG] Error: Not a test or directory containing tests: > java/awt/print/PrinterJob/InitToBlack.java > 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails > 8274032: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI > 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is > entered twice in ProblemList > 8274029: Remove jtreg tag manual=yesno for > java/awt/print/Dialog/DialogOrient.java > 8274456: Remove jtreg tag manual=yesno > java/awt/print/PrinterJob/PageDialogTest.java > 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not > show instruction > 8273685: Remove jtreg tag manual=yesno for > java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction > 7188098: TEST_BUG: > closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails > 8267161: Write automated test case for JDK-4479161 > 8270312: Error: Not a test or directory containing tests: > java/awt/print/PrinterJob/XparColor.java > > Votes are due by 20:00 UTC Monday 28th July 2025 > > Only current JDK Committers [4] 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 [5]. > > -phil. > > > [1] https://openjdk.org/census#landrews > [2] > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits > [3} git log --author="lawrence.andrews" --format='%h %s' > [4] https://openjdk.org/census > [5] https://openjdk.org/bylaws#lazy-consensus From abhishek.cx.kumar at oracle.com Tue Jul 15 04:54:28 2025 From: abhishek.cx.kumar at oracle.com (Abhishek Kumar) Date: Tue, 15 Jul 2025 04:54:28 +0000 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: Vote : Yes Regards, Abhishek From: jdk-dev on behalf of Philip Race Date: Tuesday, 15 July 2025 at 12:43?AM To: jdk-dev at openjdk.org Cc: Lawrence Andrews Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. Lawrence is a member of the SQE team at Oracle and is focused on the client area. He has authored 34 changes [2], [3] to the OpenJDK JDK repository as listed below. 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java 8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @ 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053 8317751: ProblemList ConsumeForModalDialogTest.java, MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for windows 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage 8294535: Add screen capture functionality to PassFailJFrame 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac 8296335: Fix accessibility manual test instruction 8292309: Fix java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java test 8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key 8292738: JInternalFrame backgroundShadowBorder & foregroundShadowBorder line is longer in Mac Look and Feel 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException 8282771: Create test case for JDK-8262981 8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java 8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java 8285867: Convert applet manual tests SelectionVisible.java to Frame and automate 8284316: Support accessibility ManualTestFrame.java for non SwingSet tests 8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test 8284898: Enhance PassFailJFrame 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception 8283712: Create a manual test framework class 8281284: Write JSlider accessibility test 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails 8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList 8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java 8274456: Remove jtreg tag manual=yesno java/awt/print/PrinterJob/PageDialogTest.java 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction 8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction 7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails 8267161: Write automated test case for JDK-4479161 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java Votes are due by 20:00 UTC Monday 28th July 2025 Only current JDK Committers [4] 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 [5]. -phil. [1] https://openjdk.org/census#landrews [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits [3} git log --author="lawrence.andrews" --format='%h %s' [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From abdul.kolarkunnu at gmail.com Tue Jul 15 08:39:43 2025 From: abdul.kolarkunnu at gmail.com (Abdul Muneer K) Date: Tue, 15 Jul 2025 14:09:43 +0530 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: Vote: Yes Regards and Thanks, Abdul Muneer Kolarkunnu(#akolarkunnu) On Tue, Jul 15, 2025 at 12:43?AM Philip Race wrote: > I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. > > Lawrence is a member of the SQE team at Oracle and is focused on the > client area. > > He has authored 34 changes [2], [3] to the OpenJDK JDK repository as > listed below. > > 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed > because the phrase of text pane does not match the instructions > 8328553: Get rid of JApplet in > test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java > 8335789: [TESTBUG] XparColor.java test fails with Error. Parse > Exception: Invalid or unrecognized bugid: @ > 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with > Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after > JDK-8316053 > 8317751: ProblemList ConsumeForModalDialogTest.java, > MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for > windows > 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use > new PassFailJFrame's builder pattern usage > 8294535: Add screen capture functionality to PassFailJFrame > 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java > fails with java.lang.NullPointerException > 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails > on non mac > 8296335: Fix accessibility manual test instruction > 8292309: Fix > java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java test > 8292328: AccessibleActionsTest.java test instruction for show popup on > JLabel did not specify shift key > 8292738: JInternalFrame backgroundShadowBorder & foregroundShadowBorder > line is longer in Mac Look and Feel > 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with > java.lang.NullPointerException > 8282771: Create test case for JDK-8262981 > 8285687: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/PageRangesDlgTest.java > 8285612: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java > 8285867: Convert applet manual tests SelectionVisible.java to Frame and > automate > 8284316: Support accessibility ManualTestFrame.java for non SwingSet tests > 8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java > manual test > 8283803: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test > 8284898: Enhance PassFailJFrame > 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse > Exception 8283712: Create a manual test framework class > 8281284: Write JSlider accessibility test > 8270331: [TESTBUG] Error: Not a test or directory containing tests: > java/awt/print/PrinterJob/InitToBlack.java > 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails > 8274032: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI > 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is > entered twice in ProblemList > 8274029: Remove jtreg tag manual=yesno for > java/awt/print/Dialog/DialogOrient.java > 8274456: Remove jtreg tag manual=yesno > java/awt/print/PrinterJob/PageDialogTest.java > 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show > instruction > 8273685: Remove jtreg tag manual=yesno for > java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction > 7188098: TEST_BUG: > closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails > 8267161: Write automated test case for JDK-4479161 > 8270312: Error: Not a test or directory containing tests: > java/awt/print/PrinterJob/XparColor.java > > Votes are due by 20:00 UTC Monday 28th July 2025 > > Only current JDK Committers [4] 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 [5]. > > -phil. > > > [1] https://openjdk.org/census#landrews > [2] > > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits > [3} git log --author="lawrence.andrews" --format='%h %s' > [4] https://openjdk.org/census > [5] https://openjdk.org/bylaws#lazy-consensus > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexey.ushakov at jetbrains.com Tue Jul 15 09:20:01 2025 From: alexey.ushakov at jetbrains.com (Alexey Ushakov) Date: Tue, 15 Jul 2025 11:20:01 +0200 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: <66065198-69a6-46ed-bc2a-52b0f87bba06@jetbrains.com> Vote: yes Alexey On 14-07-2025 21:11, Philip Race wrote: > I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. > > Lawrence is a member of the SQE team at Oracle and is focused on the > client area. > > He has authored 34 changes [2], [3] to the OpenJDK JDK repository as > listed below. > > 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed > because the phrase of text pane does not match the instructions > 8328553: Get rid of JApplet in > test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java > 8335789: [TESTBUG] XparColor.java test fails with Error. Parse > Exception: Invalid or unrecognized bugid: @ > 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with > Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" > after JDK-8316053 > 8317751: ProblemList ConsumeForModalDialogTest.java, > MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for > windows > 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to > use new PassFailJFrame's builder pattern usage > 8294535: Add screen capture functionality to PassFailJFrame > 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java > fails with java.lang.NullPointerException > 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails > on non mac > 8296335: Fix accessibility manual test instruction > 8292309: Fix > java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java > test > 8292328: AccessibleActionsTest.java test instruction for show popup on > JLabel did not specify shift key > 8292738: JInternalFrame backgroundShadowBorder & > foregroundShadowBorder line is longer in Mac Look and Feel > 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with > java.lang.NullPointerException > 8282771: Create test case for JDK-8262981 > 8285687: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/PageRangesDlgTest.java > 8285612: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java > 8285867: Convert applet manual tests SelectionVisible.java to Frame > and automate > 8284316: Support accessibility ManualTestFrame.java for non SwingSet > tests > 8285617: Fix > java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test > 8283803: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test > 8284898: Enhance PassFailJFrame > 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse > Exception 8283712: Create a manual test framework class > 8281284: Write JSlider accessibility test > 8270331: [TESTBUG] Error: Not a test or directory containing tests: > java/awt/print/PrinterJob/InitToBlack.java > 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails > 8274032: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI > 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is > entered twice in ProblemList > 8274029: Remove jtreg tag manual=yesno for > java/awt/print/Dialog/DialogOrient.java > 8274456: Remove jtreg tag manual=yesno > java/awt/print/PrinterJob/PageDialogTest.java > 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not > show instruction > 8273685: Remove jtreg tag manual=yesno for > java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction > 7188098: TEST_BUG: > closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails > 8267161: Write automated test case for JDK-4479161 > 8270312: Error: Not a test or directory containing tests: > java/awt/print/PrinterJob/XparColor.java > > Votes are due by 20:00 UTC Monday 28th July 2025 > > Only current JDK Committers [4] 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 [5]. > > -phil. > > > [1] https://openjdk.org/census#landrews > [2] > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits > [3} git log --author="lawrence.andrews" --format='%h %s' > [4] https://openjdk.org/census > [5] https://openjdk.org/bylaws#lazy-consensus From mahendra.chhipa at oracle.com Tue Jul 15 10:16:18 2025 From: mahendra.chhipa at oracle.com (Mahendra Chhipa) Date: Tue, 15 Jul 2025 10:16:18 +0000 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: Vote: Yes From: jdk-dev on behalf of Philip Race Date: Monday, 14 July 2025 at 20:13 To: jdk-dev at openjdk.org Cc: Lawrence Andrews Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. Lawrence is a member of the SQE team at Oracle and is focused on the client area. He has authored 34 changes [2], [3] to the OpenJDK JDK repository as listed below. 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java 8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @ 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053 8317751: ProblemList ConsumeForModalDialogTest.java, MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for windows 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage 8294535: Add screen capture functionality to PassFailJFrame 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac 8296335: Fix accessibility manual test instruction 8292309: Fix java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java test 8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key 8292738: JInternalFrame backgroundShadowBorder & foregroundShadowBorder line is longer in Mac Look and Feel 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException 8282771: Create test case for JDK-8262981 8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java 8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java 8285867: Convert applet manual tests SelectionVisible.java to Frame and automate 8284316: Support accessibility ManualTestFrame.java for non SwingSet tests 8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test 8284898: Enhance PassFailJFrame 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception 8283712: Create a manual test framework class 8281284: Write JSlider accessibility test 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails 8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList 8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java 8274456: Remove jtreg tag manual=yesno java/awt/print/PrinterJob/PageDialogTest.java 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction 8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction 7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails 8267161: Write automated test case for JDK-4479161 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java Votes are due by 20:00 UTC Monday 28th July 2025 Only current JDK Committers [4] 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 [5]. -phil. [1] https://openjdk.org/census#landrews [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits [3} git log --author="lawrence.andrews" --format='%h %s' [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From bylokhov at amazon.com Wed Jul 16 02:37:23 2025 From: bylokhov at amazon.com (Sergey Bylokhov) Date: Tue, 15 Jul 2025 19:37:23 -0700 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: Vote: yes -- Best regards, Sergey. From aleksej.efimov at oracle.com Wed Jul 16 16:43:38 2025 From: aleksej.efimov at oracle.com (Aleksei Efimov) Date: Wed, 16 Jul 2025 16:43:38 +0000 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: Vote: yes ________________________________ From: jdk-dev on behalf of Philip Race Sent: Monday 14 July 2025 8:11 pm To: jdk-dev at openjdk.org Cc: Lawrence Andrews Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. Lawrence is a member of the SQE team at Oracle and is focused on the client area. He has authored 34 changes [2], [3] to the OpenJDK JDK repository as listed below. 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java 8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @ 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053 8317751: ProblemList ConsumeForModalDialogTest.java, MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for windows 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage 8294535: Add screen capture functionality to PassFailJFrame 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac 8296335: Fix accessibility manual test instruction 8292309: Fix java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java test 8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key 8292738: JInternalFrame backgroundShadowBorder & foregroundShadowBorder line is longer in Mac Look and Feel 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException 8282771: Create test case for JDK-8262981 8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java 8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java 8285867: Convert applet manual tests SelectionVisible.java to Frame and automate 8284316: Support accessibility ManualTestFrame.java for non SwingSet tests 8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test 8284898: Enhance PassFailJFrame 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception 8283712: Create a manual test framework class 8281284: Write JSlider accessibility test 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails 8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList 8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java 8274456: Remove jtreg tag manual=yesno java/awt/print/PrinterJob/PageDialogTest.java 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction 8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction 7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails 8267161: Write automated test case for JDK-4479161 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java Votes are due by 20:00 UTC Monday 28th July 2025 Only current JDK Committers [4] 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 [5]. -phil. [1] https://openjdk.org/census#landrews [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits [3} git log --author="lawrence.andrews" --format='%h %s' [4] https://openjdk.org/census [5] https://openjdk.org/bylaws#lazy-consensus -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.reinhold at oracle.com Thu Jul 17 16:00:02 2025 From: mark.reinhold at oracle.com (Mark Reinhold) Date: Thu, 17 Jul 2025 16:00:02 +0000 Subject: JDK 25 is now in Rampdown Phase Two Message-ID: <20250717160001.35C4081CF55@eggemoggin.niobe.net> Per the JDK 25 schedule [1], we are now in Rampdown Phase Two. The overall feature set is frozen. No further JEPs will be targeted to this release. Per the JDK Release Process [2] we now turn our focus to P1 and P2 bugs, which can be fixed with approval [3]. Late enhancements are still possible, with approval [4], but the bar is now extraordinarily high. If you?re responsible for any of the bugs on the RDP 2 candidate-bug list [5] or on the list of fixes not backported from the main line [6], then please see JEP 3 for guidance on how to handle them. - Mark [1] https://openjdk.org/projects/jdk/25/#Schedule [2] https://openjdk.org/jeps/3 [3] https://openjdk.org/jeps/3#Fix-Request-Process [4] https://openjdk.org/jeps/3#Late-Enhancement-Request-Process [5] https://openjdk.org/s/jdk-rdp-2 [6] https://bugs.openjdk.org/issues/?filter=44264 From raffaello.giulietti at oracle.com Thu Jul 17 16:31:59 2025 From: raffaello.giulietti at oracle.com (Raffaello Giulietti) Date: Thu, 17 Jul 2025 18:31:59 +0200 Subject: CFV: New JDK Committer: Manukumar V S (mvs) In-Reply-To: References: Message-ID: <4763f187-389c-461c-a0e0-ffc5492d210a@oracle.com> Vote: yes On 2025-07-09 20:57, Alexey Ivanov wrote: > I hereby nominate Manukumar V S (mvs) [1] to JDK committer. > From raffaello.giulietti at oracle.com Thu Jul 17 16:32:53 2025 From: raffaello.giulietti at oracle.com (Raffaello Giulietti) Date: Thu, 17 Jul 2025 18:32:53 +0200 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: <3ef20cba-47b1-4541-a339-6de2a9396721@oracle.com> Vote: yes On 2025-07-07 20:50, Alexey Ivanov wrote: > I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. > From raffaello.giulietti at oracle.com Thu Jul 17 16:33:33 2025 From: raffaello.giulietti at oracle.com (Raffaello Giulietti) Date: Thu, 17 Jul 2025 18:33:33 +0200 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: <5cfe5bec-a0e6-4c76-bd42-5d899ebbaccf@oracle.com> Vote: yes On 2025-07-14 21:11, Philip Race wrote: > I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. > From ajit.ghaisas at oracle.com Fri Jul 18 05:23:20 2025 From: ajit.ghaisas at oracle.com (Ajit Ghaisas) Date: Fri, 18 Jul 2025 05:23:20 +0000 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: <39579E0F-DA58-4742-B865-76FE93D6C6C1@oracle.com> Vote : YES Regards, Ajit > On 15 Jul 2025, at 12:41?AM, Philip Race wrote: > > I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. > > Lawrence is a member of the SQE team at Oracle and is focused on the client area. > > He has authored 34 changes [2], [3] to the OpenJDK JDK repository as listed below. > > 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions > 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java > 8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @ > 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053 > 8317751: ProblemList ConsumeForModalDialogTest.java, MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for windows > 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage > 8294535: Add screen capture functionality to PassFailJFrame > 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException > 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac > 8296335: Fix accessibility manual test instruction > 8292309: Fix java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java test > 8292328: AccessibleActionsTest.java test instruction for show popup on JLabel did not specify shift key > 8292738: JInternalFrame backgroundShadowBorder & foregroundShadowBorder line is longer in Mac Look and Feel > 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with java.lang.NullPointerException > 8282771: Create test case for JDK-8262981 > 8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java > 8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java > 8285867: Convert applet manual tests SelectionVisible.java to Frame and automate > 8284316: Support accessibility ManualTestFrame.java for non SwingSet tests > 8285617: Fix java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test > 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test 8284898: Enhance PassFailJFrame > 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception 8283712: Create a manual test framework class > 8281284: Write JSlider accessibility test > 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java > 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails > 8274032: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI > 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is entered twice in ProblemList > 8274029: Remove jtreg tag manual=yesno for java/awt/print/Dialog/DialogOrient.java > 8274456: Remove jtreg tag manual=yesno java/awt/print/PrinterJob/PageDialogTest.java > 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction > 8273685: Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction > 7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails > 8267161: Write automated test case for JDK-4479161 > 8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java > > Votes are due by 20:00 UTC Monday 28th July 2025 > > Only current JDK Committers [4] 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 [5]. > > -phil. > > > [1] https://openjdk.org/census#landrews > [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits > [3} git log --author="lawrence.andrews" --format='%h %s' > [4] https://openjdk.org/census > [5] https://openjdk.org/bylaws#lazy-consensus From ajit.ghaisas at oracle.com Fri Jul 18 05:24:03 2025 From: ajit.ghaisas at oracle.com (Ajit Ghaisas) Date: Fri, 18 Jul 2025 05:24:03 +0000 Subject: CFV: New JDK Committer: Manukumar V S (mvs) In-Reply-To: References: Message-ID: <0F265320-6605-4495-B957-836E4FECB173@oracle.com> Vote : YES Regards, Ajit > On 10 Jul 2025, at 12:27?AM, Alexey Ivanov wrote: > > I hereby nominate Manukumar V S (mvs) [1] to JDK committer. > > Manukumar is a member of the Software Quality Engineering (SQE) team at Oracle and has authored 44 changes [2][3] and co-authored 1 change [4] to the JDK project. Manukumar focuses on fixing test bugs, improving test robustness and adding new tests. > > > Votes are due by 19:00 UTC on Wednesday 23rd July 2025. > > Only current JDK Committers [5] 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 [6]. > > -- > Regards, > Alexey Ivanov (aivanov) > > [1] https://openjdk.org/census#mvs > [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Manukumar+V+S%22&type=commits&s=committer-date > [3] git log --author='Manukumar V S' > [4] https://github.com/openjdk/jdk/commit/ef6200c727332796d2e1c8ae3bfa155cbaa72f4c > [5] https://openjdk.org/census > [6] https://openjdk.org/bylaws#lazy-consensus From jai.forums2013 at gmail.com Fri Jul 18 10:04:05 2025 From: jai.forums2013 at gmail.com (Jaikiran Pai) Date: Fri, 18 Jul 2025 15:34:05 +0530 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: <7d03fa88-b643-46fe-80fc-abcf890e76c1@gmail.com> vote: yes -Jaikiran On 15/07/25 12:41 am, Philip Race wrote: > I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. > > Lawrence is a member of the SQE team at Oracle and is focused on the > client area. > > He has authored 34 changes [2], [3] to the OpenJDK JDK repository as > listed below. > > 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed > because the phrase of text pane does not match the instructions > 8328553: Get rid of JApplet in > test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java > 8335789: [TESTBUG] XparColor.java test fails with Error. Parse > Exception: Invalid or unrecognized bugid: @ > 8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with > Error. Can't find library: /open/test/jdk/java/awt/regtesthelpers" > after JDK-8316053 > 8317751: ProblemList ConsumeForModalDialogTest.java, > MenuItemActivatedTest.java & MouseModifiersUnitTest_Standard.java for > windows > 8315071: Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to > use new PassFailJFrame's builder pattern usage > 8294535: Add screen capture functionality to PassFailJFrame > 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java > fails with java.lang.NullPointerException > 8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails > on non mac > 8296335: Fix accessibility manual test instruction > 8292309: Fix > java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java > test > 8292328: AccessibleActionsTest.java test instruction for show popup on > JLabel did not specify shift key > 8292738: JInternalFrame backgroundShadowBorder & > foregroundShadowBorder line is longer in Mac Look and Feel > 8289559: java/awt/a11y/AccessibleJPopupMenuTest.java test fails with > java.lang.NullPointerException > 8282771: Create test case for JDK-8262981 > 8285687: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/PageRangesDlgTest.java > 8285612: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java > 8285867: Convert applet manual tests SelectionVisible.java to Frame > and automate > 8284316: Support accessibility ManualTestFrame.java for non SwingSet > tests > 8285617: Fix > java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java manual test > 8283803: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test > 8284898: Enhance PassFailJFrame > 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse > Exception 8283712: Create a manual test framework class > 8281284: Write JSlider accessibility test > 8270331: [TESTBUG] Error: Not a test or directory containing tests: > java/awt/print/PrinterJob/InitToBlack.java > 8202836: [macosx] test java/awt/Graphics/TextAAHintsTest.java fails > 8274032: Remove jtreg tag manual=yesno for > java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java & show test UI > 8275234: java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java is > entered twice in ProblemList > 8274029: Remove jtreg tag manual=yesno for > java/awt/print/Dialog/DialogOrient.java > 8274456: Remove jtreg tag manual=yesno > java/awt/print/PrinterJob/PageDialogTest.java > 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not > show instruction > 8273685: Remove jtreg tag manual=yesno for > java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction > 7188098: TEST_BUG: > closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails > 8267161: Write automated test case for JDK-4479161 > 8270312: Error: Not a test or directory containing tests: > java/awt/print/PrinterJob/XparColor.java > > Votes are due by 20:00 UTC Monday 28th July 2025 > > Only current JDK Committers [4] 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 [5]. > > -phil. > > > [1] https://openjdk.org/census#landrews > [2] > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Lawrence+Andrews%22&type=commits > [3} git log --author="lawrence.andrews" --format='%h %s' > [4] https://openjdk.org/census > [5] https://openjdk.org/bylaws#lazy-consensus From alexey.ivanov at oracle.com Mon Jul 21 10:19:42 2025 From: alexey.ivanov at oracle.com (Alexey Ivanov) Date: Mon, 21 Jul 2025 11:19:42 +0100 Subject: CFV: New JDK Committer: Rajat Mahajan (rmahajan) In-Reply-To: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> References: <13908833-84d6-4318-b7fc-3b3583916fbb@oracle.com> Message-ID: <2a4a93de-3a2f-4aaa-8fb0-576c0659292a@oracle.com> Vote: yes On 2025-07-07 19:50, Alexey Ivanov wrote: > I hereby nominate Rajat Mahajan (rmahajan) to JDK committer. -- Regards, Alexey From alexey.ivanov at oracle.com Mon Jul 21 10:20:28 2025 From: alexey.ivanov at oracle.com (Alexey Ivanov) Date: Mon, 21 Jul 2025 11:20:28 +0100 Subject: CFV: New JDK Committer: Manukumar V S (mvs) In-Reply-To: References: Message-ID: <47d08c2c-4966-4a32-8b00-b8c08e442e99@oracle.com> Vote: yes On 2025-07-09 19:57, Alexey Ivanov wrote: > I hereby nominate Manukumar V S (mvs) [1] to JDK committer. -- Regards, Alexey From alexey.ivanov at oracle.com Mon Jul 21 10:21:24 2025 From: alexey.ivanov at oracle.com (Alexey Ivanov) Date: Mon, 21 Jul 2025 11:21:24 +0100 Subject: CFV: New JDK Committer: Lawrence Andrews (landrews) In-Reply-To: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> References: <66563eb4-74bf-4107-ad4d-456a1e8b5e30@oracle.com> Message-ID: Vote: yes On 2025-07-14 20:11, Philip Race wrote: > I hereby nominate: Lawrence Andrews (landrews) [1] to JDK Committer. -- Regards, Alexey From alexey.ivanov at oracle.com Tue Jul 22 11:40:34 2025 From: alexey.ivanov at oracle.com (Alexey Ivanov) Date: Tue, 22 Jul 2025 12:40:34 +0100 Subject: Result: New JDK Committer: Rajat Mahajan (rmahajan) Message-ID: <0406c57d-d176-4736-a96f-25406da3e182@oracle.com> Voting for Rajat Mahajan [1] is now closed. Yes: 12 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. -- Regards, Alexey [1] https://mail.openjdk.org/pipermail/jdk-dev/2025-July/010208.html From alexey.ivanov at oracle.com Wed Jul 23 19:12:46 2025 From: alexey.ivanov at oracle.com (Alexey Ivanov) Date: Wed, 23 Jul 2025 20:12:46 +0100 Subject: Result: New JDK Committer: Manukumar V S (mvs) Message-ID: <65a4fcde-b895-4e3c-b45b-d936ef60e695@oracle.com> Voting for Manukumar V S [1] is now closed. Yes: 7 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. -- Regards, Alexey [1] https://mail.openjdk.org/pipermail/jdk-dev/2025-July/010215.html From sandhya.viswanathan at intel.com Mon Jul 28 18:26:18 2025 From: sandhya.viswanathan at intel.com (Viswanathan, Sandhya) Date: Mon, 28 Jul 2025 18:26:18 +0000 Subject: New JDK Committer: Srinivas Vamsi Parasa Message-ID: I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. Vamsi has been a member of the Java team in Intel since 2021 focusing on JVM optimizations for Intel platforms and has contributed 24 patches to JDK [2]. Votes are due by August 11, 2025, 23.59 PDT. 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, Sandhya [1] https://openjdk.org/census#sparasa [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc [3] https://openjdk.org/census [4] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From sandhya.viswanathan at intel.com Mon Jul 28 18:34:19 2025 From: sandhya.viswanathan at intel.com (Viswanathan, Sandhya) Date: Mon, 28 Jul 2025 18:34:19 +0000 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: Vote: Yes Best Regards, Sandhya From: jdk-dev On Behalf Of Viswanathan, Sandhya Sent: Monday, July 28, 2025 11:26 AM To: jdk-dev at openjdk.org Cc: Parasa, Srinivas Vamsi Subject: New JDK Committer: Srinivas Vamsi Parasa I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. Vamsi has been a member of the Java team in Intel since 2021 focusing on JVM optimizations for Intel platforms and has contributed 24 patches to JDK [2]. Votes are due by August 11, 2025, 23.59 PDT. 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, Sandhya [1] https://openjdk.org/census#sparasa [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc [3] https://openjdk.org/census [4] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From sandhya.viswanathan at intel.com Mon Jul 28 19:10:12 2025 From: sandhya.viswanathan at intel.com (Viswanathan, Sandhya) Date: Mon, 28 Jul 2025 19:10:12 +0000 Subject: New JDK Committer: Volodymyr Paprotski Message-ID: I hereby nominate Volodymyr Paprotski [1] to JDK Committer. Volodymyr has been a member of the Java team in Intel since March 2022 focusing on JVM optimizations for Intel platforms and has contributed 17 patches to JDK [2]. Votes are due by August 11, 2025, 23.59 PDT. 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, Sandhya [1] https://openjdk.org/census#vpaprotski [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc [3] https://openjdk.org/census [4] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From sandhya.viswanathan at intel.com Mon Jul 28 19:12:26 2025 From: sandhya.viswanathan at intel.com (Viswanathan, Sandhya) Date: Mon, 28 Jul 2025 19:12:26 +0000 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: Vote: Yes Best Regards, Sandhya From: jdk-dev On Behalf Of Viswanathan, Sandhya Sent: Monday, July 28, 2025 12:10 PM To: jdk-dev at openjdk.org Cc: Paprotski, Volodymyr Subject: New JDK Committer: Volodymyr Paprotski I hereby nominate Volodymyr Paprotski [1] to JDK Committer. Volodymyr has been a member of the Java team in Intel since March 2022 focusing on JVM optimizations for Intel platforms and has contributed 17 patches to JDK [2]. Votes are due by August 11, 2025, 23.59 PDT. 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, Sandhya [1] https://openjdk.org/census#vpaprotski [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc [3] https://openjdk.org/census [4] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.scarpino at oracle.com Mon Jul 28 19:20:44 2025 From: anthony.scarpino at oracle.com (Anthony Scarpino) Date: Mon, 28 Jul 2025 12:20:44 -0700 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: <5ebd2c9b-fbad-4f74-9b02-a87dfa29d99b@oracle.com> Vote: Yes Tony On 7/28/25 12:10 PM, Viswanathan, Sandhya wrote: > I hereby nominate Volodymyr Paprotski [1] to JDK Committer. > > Volodymyr has been a member of the Java team in Intel since March 2022 > focusing on JVM optimizations for Intel platforms and has contributed 17 > patches to JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#vpaprotski > > [2] name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc>https:// > github.com/search?q=repo%3Aopenjdk%2Fjdk+author- > name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc > name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc> > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote projects/#committer-vote> > From paul.sandoz at oracle.com Mon Jul 28 19:43:59 2025 From: paul.sandoz at oracle.com (Paul Sandoz) Date: Mon, 28 Jul 2025 19:43:59 +0000 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: <90846556-F073-4060-8B5D-6F7DC1050F81@oracle.com> Vote: yes Paul. From vladimir.kozlov at oracle.com Mon Jul 28 21:07:35 2025 From: vladimir.kozlov at oracle.com (Vladimir Kozlov) Date: Mon, 28 Jul 2025 14:07:35 -0700 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: <63019da4-ebb9-4eee-b404-30f26868bd26@oracle.com> Vote: yes On 7/28/25 11:26 AM, Viswanathan, Sandhya wrote: > I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. > > Vamsi has been a member of the Java team in Intel since 2021 focusing on > JVM optimizations for Intel platforms and has contributed 24 patches to > JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#sparasa > > [2] name%3A%22Smita+Kamath%22&type=commits&s=committer-date&o=desc>https:// > github.com/search?q=repo%3Aopenjdk%2Fjdk+author- > name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc github.com/search?q=repo%3Aopenjdk%2Fjdk+author- > name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc> > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote projects/#committer-vote> > From yumin.qi at gmail.com Mon Jul 28 22:07:15 2025 From: yumin.qi at gmail.com (yumin qi) Date: Mon, 28 Jul 2025 15:07:15 -0700 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: Yes On Mon, Jul 28, 2025 at 12:11?PM Viswanathan, Sandhya < sandhya.viswanathan at intel.com> wrote: > I hereby nominate Volodymyr Paprotski [1] to JDK Committer. > > > > Volodymyr has been a member of the Java team in Intel since March 2022 > focusing on JVM optimizations for Intel platforms and has contributed 17 > patches to JDK [2]. > > > > Votes are due by August 11, 2025, 23.59 PDT. > > > > 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, > > Sandhya > > > > [1] https://openjdk.org/census#vpaprotski > > [2] > > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jatinbha.cloud at gmail.com Tue Jul 29 00:04:58 2025 From: jatinbha.cloud at gmail.com (Jatin Bhateja) Date: Tue, 29 Jul 2025 05:34:58 +0530 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: <90846556-F073-4060-8B5D-6F7DC1050F81@oracle.com> References: <90846556-F073-4060-8B5D-6F7DC1050F81@oracle.com> Message-ID: <6e645397-484d-4d9d-a782-b62c2182d7ac@gmail.com> Vote: yes Regards From jatinbha.cloud at gmail.com Tue Jul 29 00:06:44 2025 From: jatinbha.cloud at gmail.com (Jatin Bhateja) Date: Tue, 29 Jul 2025 05:36:44 +0530 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: <10b89b1a-db10-4f44-b568-198ec74ef8d8@gmail.com> Vote: yes Regards On 7/29/2025 3:37 AM, yumin qi wrote: > Yes > > On Mon, Jul 28, 2025 at 12:11?PM Viswanathan, Sandhya > wrote: > > I hereby nominate Volodymyr Paprotski [1] to JDK Committer. > > Volodymyr has been a member of the Java team in Intel since March > 2022 focusing on JVM optimizations for Intel platforms and has > contributed 17 patches to JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#vpaprotski > > [2] > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc > > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote > -------------- next part -------------- An HTML attachment was scrubbed... URL: From manuel.hassig at oracle.com Tue Jul 29 07:22:48 2025 From: manuel.hassig at oracle.com (=?UTF-8?Q?Manuel_H=C3=A4ssig?=) Date: Tue, 29 Jul 2025 09:22:48 +0200 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: <2178f024-fb90-40db-a984-23e7465212bb@oracle.com> Vote: Yes From manuel.hassig at oracle.com Tue Jul 29 07:32:00 2025 From: manuel.hassig at oracle.com (=?UTF-8?Q?Manuel_H=C3=A4ssig?=) Date: Tue, 29 Jul 2025 09:32:00 +0200 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: <5ec39d43-e2b4-4dee-8ce5-992f21ed697e@oracle.com> Vote: Yes From adinn at redhat.com Tue Jul 29 07:55:10 2025 From: adinn at redhat.com (Andrew Dinn) Date: Tue, 29 Jul 2025 08:55:10 +0100 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: <90a925d4-84d6-4f63-9701-680a60ca2404@redhat.com> Vote: yes On 28/07/2025 19:26, Viswanathan, Sandhya wrote: > I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. > > Vamsi has been a member of the Java team in Intel since 2021 focusing on > JVM optimizations for Intel platforms and has contributed 24 patches to > JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#sparasa > > [2] name%3A%22Smita+Kamath%22&type=commits&s=committer-date&o=desc>https:// > github.com/search?q=repo%3Aopenjdk%2Fjdk+author- > name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc github.com/search?q=repo%3Aopenjdk%2Fjdk+author- > name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc> > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote projects/#committer-vote> > -- regards, Andrew Dinn ----------- Red Hat Distinguished Engineer He/Him/His IBM From adinn at redhat.com Tue Jul 29 07:56:30 2025 From: adinn at redhat.com (Andrew Dinn) Date: Tue, 29 Jul 2025 08:56:30 +0100 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: <0502145c-b899-4de3-a7b2-d30b1f7a53ba@redhat.com> Vote: yes On 28/07/2025 20:10, Viswanathan, Sandhya wrote: > I hereby nominate Volodymyr Paprotski [1] to JDK Committer. > > Volodymyr has been a member of the Java team in Intel since March 2022 > focusing on JVM optimizations for Intel platforms and has contributed 17 > patches to JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#vpaprotski census#vpaprotski> > > [2] name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc>https:// > github.com/search?q=repo%3Aopenjdk%2Fjdk+author- > name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc > name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc> > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote projects/#committer-vote> > -- regards, Andrew Dinn ----------- Red Hat Distinguished Engineer He/Him/His IBM From m.ernst at myjam.de Tue Jul 29 11:52:00 2025 From: m.ernst at myjam.de (Myjam) Date: Tue, 29 Jul 2025 13:52:00 +0200 Subject: JEPS-483 - No effect on Eclipse startup Message-ID: <2E6AEFAE-B3B1-8548-81E3-1C3054CBB511@hxcore.ol> An HTML attachment was scrubbed... URL: From alan.bateman at oracle.com Tue Jul 29 13:04:31 2025 From: alan.bateman at oracle.com (Alan Bateman) Date: Tue, 29 Jul 2025 14:04:31 +0100 Subject: JEPS-483 - No effect on Eclipse startup In-Reply-To: <2E6AEFAE-B3B1-8548-81E3-1C3054CBB511@hxcore.ol> References: <2E6AEFAE-B3B1-8548-81E3-1C3054CBB511@hxcore.ol> Message-ID: <83a5c16c-f082-412c-983a-7cfa150fa877@oracle.com> On 29/07/2025 12:52, Myjam wrote: > > Hello, > using aot did not speed up vanilla Eclipse startup. > > Recorded and created the cache successfully, then used it with: > > java -XX:AOTMode=on -XX:AOTCache=app.aot -cp > plugins\org.eclipse.equinox.launcher_1.7.0.v20250519-0528.jar > org.eclipse.equinox.launcher.Main > > JDK: Termurin 25+9 release (tried also JDK 24) > Eclipse: 2025-06 (4.36.0) > > > Unfortunately it did not had any effect. With and without aot I've > recorded the same startup time. > > Any ideas why aot is not working with Eclipse? > It would be better to bring this to the leyden-dev mailing list for discussion. Note that there is an existing thread discussing Eclipse [1], and its use of --add-modules ALL-SYSTEM to cause incubator modules to be resolved, which might be relevant to your test too. -Alan [1] https://mail.openjdk.org/pipermail/leyden-dev/2025-July/002372.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From raffaello.giulietti at oracle.com Tue Jul 29 13:07:53 2025 From: raffaello.giulietti at oracle.com (Raffaello Giulietti) Date: Tue, 29 Jul 2025 15:07:53 +0200 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: <20201098-91fc-46fb-ab6c-16eaf26fb148@oracle.com> Vote: yes On 2025-07-28 20:26, Viswanathan, Sandhya wrote: > I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. > > Vamsi has been a member of the Java team in Intel since 2021 focusing on > JVM optimizations for Intel platforms and has contributed 24 patches to > JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#sparasa > > [2] name%3A%22Smita+Kamath%22&type=commits&s=committer-date&o=desc>https:// > github.com/search?q=repo%3Aopenjdk%2Fjdk+author- > name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc github.com/search?q=repo%3Aopenjdk%2Fjdk+author- > name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc> > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote projects/#committer-vote> > From raffaello.giulietti at oracle.com Tue Jul 29 13:09:18 2025 From: raffaello.giulietti at oracle.com (Raffaello Giulietti) Date: Tue, 29 Jul 2025 15:09:18 +0200 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: Vote: yes On 2025-07-28 21:10, Viswanathan, Sandhya wrote: > I hereby nominate Volodymyr Paprotski [1] to JDK Committer. > From philip.race at oracle.com Tue Jul 29 17:04:01 2025 From: philip.race at oracle.com (Philip Race) Date: Tue, 29 Jul 2025 10:04:01 -0700 Subject: Result: New JDK Committer: Lawrence Andrews (landrews) Message-ID: <006778ee-6f16-4f59-b96e-88cc8d21043d@oracle.com> Voting for Lawrence Andrews [1] is now closed. Yes: 17 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. -Phil [1] https://mail.openjdk.org/pipermail/jdk-dev/2025-July/010222.html From eric.caspole at oracle.com Tue Jul 29 18:42:07 2025 From: eric.caspole at oracle.com (Eric Caspole) Date: Tue, 29 Jul 2025 14:42:07 -0400 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: <303c1c47-cb56-4f38-8dd6-e94625d4b11b@oracle.com> Vote: yes Eric On 7/28/25 2:26 PM, Viswanathan, Sandhya wrote: > > I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. > > Vamsi has been a member of the Java team in Intel since 2021 focusing > on JVM optimizations for Intel platforms and has contributed 24 > patches to JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#sparasa > > [2] > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc > > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote > -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric.caspole at oracle.com Tue Jul 29 18:42:50 2025 From: eric.caspole at oracle.com (Eric Caspole) Date: Tue, 29 Jul 2025 14:42:50 -0400 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: <770533b5-37a1-4c5a-80d6-8ab8e4650ce6@oracle.com> Vote: yes Eric On 7/28/25 3:10 PM, Viswanathan, Sandhya wrote: > > I hereby nominate Volodymyr Paprotski [1] to JDK Committer. > > Volodymyr has been a member of the Java team in Intel since March 2022 > focusing on JVM optimizations for Intel platforms and has contributed > 17 patches to JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#vpaprotski > > [2] > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc > > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jaikiran.pai at oracle.com Wed Jul 30 01:30:08 2025 From: jaikiran.pai at oracle.com (jaikiran.pai at oracle.com) Date: Wed, 30 Jul 2025 07:00:08 +0530 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: vote: yes -Jaikiran On 28/07/25 11:56 pm, Viswanathan, Sandhya wrote: > > I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. > > Vamsi has been a member of the Java team in Intel since 2021 focusing > on JVM optimizations for Intel platforms and has contributed 24 > patches to JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#sparasa > > [2] > https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc > > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tobias.hartmann at oracle.com Wed Jul 30 08:27:49 2025 From: tobias.hartmann at oracle.com (Tobias Hartmann) Date: Wed, 30 Jul 2025 10:27:49 +0200 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: <0e2e3686-f8a0-4716-876d-fe849ef56b7b@oracle.com> Vote: yes Best regards, Tobias On 7/28/25 21:10, Viswanathan, Sandhya wrote: > I hereby nominate Volodymyr Paprotski [1] to JDK Committer. > > Volodymyr has been a member of the Java team in Intel since March 2022 focusing on JVM optimizations for Intel platforms and has contributed 17 patches to JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#vpaprotski > > [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote > From tobias.hartmann at oracle.com Wed Jul 30 08:27:56 2025 From: tobias.hartmann at oracle.com (Tobias Hartmann) Date: Wed, 30 Jul 2025 10:27:56 +0200 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: Vote: yes Best regards, Tobias On 7/28/25 20:26, Viswanathan, Sandhya wrote: > I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. > > Vamsi has been a member of the Java team in Intel since 2021 focusing on JVM optimizations for Intel platforms and has contributed 24 patches to JDK [2]. > > Votes are due by August 11, 2025, 23.59 PDT. > > 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, > > Sandhya > > [1] https://openjdk.org/census#sparasa > > [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc > > [3] https://openjdk.org/census > > [4] https://openjdk.org/projects/#committer-vote > From roger.riggs at oracle.com Wed Jul 30 19:31:07 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Wed, 30 Jul 2025 15:31:07 -0400 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: <7eebcf83-f8fd-4e01-8189-aedf287a50fe@oracle.com> Vote: Yes On 7/28/25 2:26 PM, Viswanathan, Sandhya wrote: > I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. -------------- next part -------------- An HTML attachment was scrubbed... URL: From roger.riggs at oracle.com Wed Jul 30 19:31:33 2025 From: roger.riggs at oracle.com (Roger Riggs) Date: Wed, 30 Jul 2025 15:31:33 -0400 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: <86f6ab86-a683-4945-8eb5-a2d673bb550e@oracle.com> Vote: Yes On 7/28/25 3:10 PM, Viswanathan, Sandhya wrote: > I hereby nominate Volodymyr Paprotski [1] to JDK Committer. -------------- next part -------------- An HTML attachment was scrubbed... URL: From derek.white at intel.com Thu Jul 31 18:06:01 2025 From: derek.white at intel.com (White, Derek) Date: Thu, 31 Jul 2025 18:06:01 +0000 Subject: New JDK Committer: Srinivas Vamsi Parasa In-Reply-To: References: Message-ID: Vote: Yes ________________________________ From: jdk-dev on behalf of Viswanathan, Sandhya Sent: Monday, July 28, 2025 2:27 PM To: jdk-dev at openjdk.org Cc: Parasa, Srinivas Vamsi Subject: New JDK Committer: Srinivas Vamsi Parasa I hereby nominate Srinivas Vamsi Parasa [1] to JDK Committer. Vamsi has been a member of the Java team in Intel since 2021 focusing on JVM optimizations for Intel platforms and has contributed 24 patches to JDK [2]. Votes are due by August 11, 2025, 23.59 PDT. 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, Sandhya [1] https://openjdk.org/census#sparasa [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Vamsi+Parasa%22&type=commits&s=committer-date&o=desc [3] https://openjdk.org/census [4] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: From derek.white at intel.com Thu Jul 31 18:07:05 2025 From: derek.white at intel.com (White, Derek) Date: Thu, 31 Jul 2025 18:07:05 +0000 Subject: New JDK Committer: Volodymyr Paprotski In-Reply-To: References: Message-ID: Vote: Yes ________________________________ From: jdk-dev on behalf of Viswanathan, Sandhya Sent: Monday, July 28, 2025 3:10:12 PM To: jdk-dev at openjdk.org Cc: Paprotski, Volodymyr Subject: New JDK Committer: Volodymyr Paprotski I hereby nominate Volodymyr Paprotski [1] to JDK Committer. Volodymyr has been a member of the Java team in Intel since March 2022 focusing on JVM optimizations for Intel platforms and has contributed 17 patches to JDK [2]. Votes are due by August 11, 2025, 23.59 PDT. 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, Sandhya [1] https://openjdk.org/census#vpaprotski [2] https://github.com/search?q=repo%3Aopenjdk%2Fjdk+author-name%3A%22Volodymyr+Paprotski%22&type=commits&s=committer-date&o=desc [3] https://openjdk.org/census [4] https://openjdk.org/projects/#committer-vote -------------- next part -------------- An HTML attachment was scrubbed... URL: