On Mon, 11 Jan 2021 17:42:21 GMT, Andy Herrick <[email protected]> wrote:

> JDK-8258755: jpackage: Invalid 32-bit exe when building app-image

src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp line 37:

> 35: 
> 36: #if defined(_WIN32) && !defined(_WIN64)
> 37: #define LAUNCH_FUNC "_JLI_Launch@56"

Why JLI_Launch does not work for 32-bit? Do you know why @56 is being used?

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

PR: https://git.openjdk.java.net/jdk/pull/2030

Reply via email to