RFR: 8346433: Cannot use DllMain in hotspot for static builds [v4]
Magnus Ihse Bursie
ihse at openjdk.org
Sat Jan 18 10:21:45 UTC 2025
On Sat, 18 Jan 2025 04:27:15 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> As it is now, a statically linked HotSpot on Windows will have an unused DllMain dangling inside it
It doesn't really matter. Also, we're moving away from the static build ifdef to be able to compile to object files once, and then link to either static or dynamic.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22793#issuecomment-2599659030
More information about the hotspot-runtime-dev
mailing list