[jdk11u-dev] RFR: 8355249: Remove the use of WMIC from the entire source code
Taizo Kurashige
tkurashige at openjdk.org
Fri Jul 4 02:35:06 UTC 2025
Hi all,
This is a backport of JDK-8355249 : Remove the use of WMIC from the entire source code
JDK-8355249 is an enhancement, but the future removal of WMIC will affect any version of jdk, so I think it needs to be backported.
Original patch does not apply cleanly because WindowsHelper.java doesn't exist in jdk11. WindowsHelper.java was added in jdk14 ([JDK-8212780](https://bugs.openjdk.org/browse/JDK-8212780)). Except for this point, original patch applies cleanly.
-------------
Commit messages:
- Backport 4458719a108f45d3744d47a6ea081fe9ec3e675e
Changes: https://git.openjdk.org/jdk11u-dev/pull/3057/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=3057&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8355249
Stats: 16 lines in 3 files changed: 4 ins; 1 del; 11 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/3057.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/3057/head:pull/3057
PR: https://git.openjdk.org/jdk11u-dev/pull/3057
More information about the jdk-updates-dev
mailing list