RFR: 8346719: Add relaunchers to the static JDK image for missing executables

Magnus Ihse Bursie ihse at openjdk.org
Fri Jun 27 16:10:58 UTC 2025


On Thu, 3 Apr 2025 14:09:58 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> As regards the shim when I wonder if it should use CreateProcessW but maybe it doesn't matter for the test environments where they will run.

I must admit that I am not very well versed in Windows programming. What is the difference? I thought it was just about the encoding of the function argument. If we change to use CreateProcessW, does not all argument processing have to be changed as well, to be able to propagate command line options?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24380#issuecomment-2775976532


More information about the build-dev mailing list