On Fri, 24 Jul 2026 07:26:56 GMT, Matthias Baesken <[email protected]> wrote:
> At some places in the coding we still check for VER_PLATFORM_WIN32_NT, but > this should be obsolete. > All Windows versions from at least Windows XP fall in this category > https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-osversioninfoa > > There is another usage in java.base > (java.base/windows/native/libjava/java_props_md.c), I can handle this here or > do the java.base adjustment in another PR. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 3092edb9 Author: Matthias Baesken <[email protected]> URL: https://git.openjdk.org/jdk/commit/3092edb9c7181d0bec9a7fb5af6bf3bf8fc1ee47 Stats: 53 lines in 1 file changed: 18 ins; 30 del; 5 mod 8388842: VER_PLATFORM_WIN32_NT checks in WPrinterJob are obsolete Reviewed-by: prr, clanger, lucy ------------- PR: https://git.openjdk.org/jdk/pull/32037
