Re: RFR: JDK-8285730: unify _WIN32_WINNT settings [v4]

2022-05-11 Thread David Holmes
On Wed, 11 May 2022 16:00:32 GMT, Maxim Kartashev wrote: >> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> adjust API level to Windows 8 for security.cpp and do some cleanup > > This change seem to have made this group

Re: RFR: JDK-8285730: unify _WIN32_WINNT settings [v4]

2022-05-06 Thread David Holmes
On Wed, 4 May 2022 08:00:08 GMT, Matthias Baesken wrote: >> Currently we set _WIN32_WINNT at various places in the codebase; this is >> used to target a minimum Windows version we want to support. See also for >> more detailled information : >> https://docs.microsoft.com/en-us/windows/win32/win

Re: RFR: JDK-8285730: unify _WIN32_WINNT settings [v4]

2022-05-04 Thread David Holmes
On Wed, 4 May 2022 08:00:08 GMT, Matthias Baesken wrote: >> Currently we set _WIN32_WINNT at various places in the codebase; this is >> used to target a minimum Windows version we want to support. See also for >> more detailled information : >> https://docs.microsoft.com/en-us/windows/win32/win

Re: RFR: JDK-8285730: unify _WIN32_WINNT settings [v3]

2022-05-03 Thread David Holmes
On Tue, 3 May 2022 07:10:58 GMT, Matthias Baesken wrote: >> Currently we set _WIN32_WINNT at various places in the codebase; this is >> used to target a minimum Windows version we want to support. See also for >> more detailled information : >> https://docs.microsoft.com/en-us/windows/win32/win

Re: RFR: JDK-8285730: unify _WIN32_WINNT settings

2022-04-28 Thread David Holmes
On Wed, 27 Apr 2022 14:57:41 GMT, Matthias Baesken wrote: > Currently we set _WIN32_WINNT at various places in the codebase; this is used > to target a minimum Windows version we want to support. See also for more > detailled information : > https://docs.microsoft.com/en-us/windows/win32/winpro

Re: RFR: JDK-8285730: unify _WIN32_WINNT settings

2022-04-27 Thread David Holmes
On Wed, 27 Apr 2022 14:57:41 GMT, Matthias Baesken wrote: > Currently we set _WIN32_WINNT at various places in the codebase; this is used > to target a minimum Windows version we want to support. See also for more > detailled information : > https://docs.microsoft.com/en-us/windows/win32/winpro

Re: Integrated: 8285361: ClassCastExceptionForInvalidSurface.java has an incorrect copyright header

2022-04-21 Thread David Holmes
On Thu, 21 Apr 2022 10:34:42 GMT, Jaikiran Pai wrote: > Can I please get a review for this trivial fix to the copyright header? Thanks for fixing. - Marked as reviewed by dholmes (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/8331

Re: RFR: 8283426: Fix 'exeption' typo

2022-03-20 Thread David Holmes
On Sun, 20 Mar 2022 13:30:01 GMT, Andrey Turbanov wrote: > Fix repeated typo `exeption` Looks good. Thanks for cleaning this up. - Marked as reviewed by dholmes (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/7879

Re: RFR: 8282628: Potential memory leak in sun.font.FontConfigManager.getFontConfig() [v2]

2022-03-09 Thread David Holmes
On Tue, 8 Mar 2022 15:54:45 GMT, Zhengyu Gu wrote: >> Please review this small patch that fixes a potential memory leak that >> exception return fails to release allocated `cacheDirs` >> >> Test: >> >> - [x] jdk_desktop on Linux x86_64 > > Zhengyu Gu has updated the pull request incrementally

Re: RFR: 8282628: Potential memory leak in sun.font.FontConfigManager.getFontConfig()

2022-03-08 Thread David Holmes
On Tue, 8 Mar 2022 09:18:01 GMT, Sergey Bylokhov wrote: >> Please review this small patch that fixes a potential memory leak that >> exception return fails to release allocated `cacheDirs` >> >> Test: >> >> - [x] jdk_desktop on Linux x86_64 > > src/java.desktop/unix/native/common/awt/fontpath.

Re: RFR: 8282628: Potential memory leak in sun.font.FontConfigManager.getFontConfig()

2022-03-08 Thread David Holmes
On Tue, 8 Mar 2022 09:20:19 GMT, Sergey Bylokhov wrote: >> Please review this small patch that fixes a potential memory leak that >> exception return fails to release allocated `cacheDirs` >> >> Test: >> >> - [x] jdk_desktop on Linux x86_64 > > src/java.desktop/unix/native/common/awt/fontpath.

Re: RFR: 8282713: Invalid copyright notice in new test added by JDK-8275715

2022-03-06 Thread David Holmes
On Mon, 7 Mar 2022 00:46:12 GMT, Masanori Yano wrote: > I would like to fix the missing comma in the copyright of the test added in > JDK-8275715. > Could you please review the fix? The actual build target is `validate-headers` but I have confirmed the fix. Please integrate asap. Thanks.

Re: RFR: 8282713: Invalid copyright notice in new test added by JDK-8275715

2022-03-06 Thread David Holmes
On Mon, 7 Mar 2022 00:46:12 GMT, Masanori Yano wrote: > I would like to fix the missing comma in the copyright of the test added in > JDK-8275715. > Could you please review the fix? Just realized you can't run `validate-source`, so I will confirm fix. - PR: https://git.openjdk.jav

Re: RFR: 8282713: Invalid copyright notice in new test added by JDK-8275715

2022-03-06 Thread David Holmes
On Mon, 7 Mar 2022 00:46:12 GMT, Masanori Yano wrote: > I would like to fix the missing comma in the copyright of the test added in > JDK-8275715. > Could you please review the fix? Looks good and trivial. Did you verify it fixes the problem with the `validate-source` target? Thanks, David -

Re: RFR: 8275715: D3D pipeline processes multiple PaintEvent at initial drawing [v2]

2022-03-06 Thread David Holmes
On Thu, 28 Oct 2021 08:27:44 GMT, Masanori Yano wrote: >> Could you please review the 8275715 bug fixes? >> >> I think D3DScreenUpdateManager posts unnecessary PaintEvent during >> processing PaintEvent. When the validate method is called from >> createGraphics, repaintPeerTarget should not be

Re: RFR: 8275715: D3D pipeline processes multiple PaintEvent at initial drawing [v2]

2022-03-06 Thread David Holmes
On Wed, 2 Mar 2022 06:21:15 GMT, Masanori Yano wrote: >> Ok. Please confirm you have run all automated headful jtreg tests on a >> system with D3D enabled >> and that you have also done manual testing (using SwingSet2 and J2Ddemo) and >> no problems are observed ? > > @prrace How long will it t

Re: RFR: 8282657: Code cleanup: removing double semicolons at the end of lines

2022-03-04 Thread David Holmes
On Fri, 28 Jan 2022 14:39:31 GMT, Matteo Baccan wrote: > Hi > > I have reviewed the code for removing double semicolons at the end of lines > > all the best > matteo I eyeballed the diff file and all seems okay. Thanks, David - Marked as reviewed by dholmes (Reviewer). PR: http

Re: RFR: 8282628: Potential memory leak in sun.font.FontConfigManager.getFontConfig()

2022-03-04 Thread David Holmes
On Fri, 4 Mar 2022 21:54:57 GMT, Zhengyu Gu wrote: > The macros are used to hide the different syntax of c and c++ to avoid > polluting code here, it seems to be a common pattern in client code. That's to allow for general use by C or C++ source files. But you are only needing this in a C sour

Re: RFR: 8282628: Potential memory leak in sun.font.FontConfigManager.getFontConfig()

2022-03-04 Thread David Holmes
On Fri, 4 Mar 2022 13:25:12 GMT, Zhengyu Gu wrote: > Please review this small patch that fixes a potential memory leak that > exception return fails to release allocated `cacheDirs` > > Test: > > - [x] jdk_desktop on Linux x86_64 I would have just inlined JNU_CHECK_EXCEPTION and added the cle

Re: RFR: 8274898: Cleanup usages of StringBuffer in jdk tools modules

2021-12-15 Thread David Holmes
On Wed, 15 Dec 2021 17:59:54 GMT, Andrey Turbanov wrote: > > @turbanoff Only [Committers](https://openjdk.java.net/bylaws#committer) are > > allowed to sponsor changes. > > But I am a Committer 😢 You can't "sponsor" your own change. I suspect your Committer status changed after the bot initia

Re: RFR: 8276930: Update ProblemList [v2]

2021-11-10 Thread David Holmes
On Wed, 10 Nov 2021 10:41:56 GMT, Jesper Wilhelmsson wrote: >> Update a few entries in the problemlist that refer to bugs that have been >> closed as duplicates. > > Jesper Wilhelmsson has updated the pull request incrementally with one > additional commit since the last revision: > > Moved

Re: RFR: 8275872: Sync J2DBench run and analyze Makefile targets with build.xml [v2]

2021-10-26 Thread David Holmes
On Tue, 26 Oct 2021 11:13:19 GMT, Jiří Vaněk wrote: >> Jiří Vaněk has refreshed the contents of this pull request, and previous >> commits have been removed. The incremental views will show differences >> compared to the previous content of the PR. > > Attmept done. Looks like the summary is th