On Tue, 22 Apr 2025 07:29:08 GMT, Daishi Tabata wrote:
> After searching the entire JDK source code, I found that WMIC is only used in
> four files. These WMIC calls can be replaced with PowerShell for WMI.
>
> The primary challenge in this replacement is to make it work the same
On Tue, 22 Apr 2025 07:41:43 GMT, Daishi Tabata wrote:
>> After searching the entire JDK source code, I found that WMIC is only used
>> in four files. These WMIC calls can be replaced with PowerShell for WMI.
>>
>> The primary challenge in this replacement is to
section
>
> **Testing:**
> I have confirmed that all tests in `jdk/tools/jpackage` pass after these
> changes.
Daishi Tabata has updated the pull request incrementally with one additional
commit since the last revision:
run jcheck
-
Changes:
- all: https://git.o
After searching the entire JDK source code, I found that WMIC is only used in
four files. These WMIC calls can be replaced with PowerShell for WMI.
The primary challenge in this replacement is to make it work the same as
before, even if the output format of the PowerShell command is different fr