RFR: JDK-8258755: jpackage: Invalid 32-bit exe when building app-image
Alexander Matveev
almatvee at openjdk.java.net
Wed Jan 13 16:51:17 UTC 2021
On Mon, 11 Jan 2021 17:42:21 GMT, Andy Herrick <herrick at openjdk.org> 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 at 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
More information about the core-libs-dev
mailing list