RFR: 8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port [v17]
Magnus Ihse Bursie
ihse at openjdk.org
Mon Nov 4 16:23:06 UTC 2024
On Mon, 4 Nov 2024 09:45:05 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Can we get rid of `JNICALL` too, please?
That we can never do, since it is part of jni.h which are imported in likely millions of JNI projects. But we can replace it with an empty define. And we can document it as not needed anymore, and start removing it from our own call sites.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21744#issuecomment-2455142166
More information about the core-libs-dev
mailing list