RFR: 8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port [v17]
Thomas Stuefe
stuefe at openjdk.org
Mon Nov 4 09:47:41 UTC 2024
On Mon, 4 Nov 2024 09:28:50 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> > Can we get rid of `JNICALL` too, please?
> > Or would that change be too big?
>
> There's >1000 in java.base, lots more elsewhere, so it would be a lot of files and would hide the core changes. So maybe for a follow-up PR that does the one thing.
Yeah. I count >8000 places in total...
Maybe just define JNICALL to be empty in jni_md.h for now.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21744#issuecomment-2454234501
More information about the core-libs-dev
mailing list