RFR: 8017234: Hotspot should stop using mapfiles
Magnus Ihse Bursie
ihse at openjdk.org
Thu Feb 22 09:28:56 UTC 2024
On Thu, 22 Feb 2024 00:18:16 GMT, David Holmes <dholmes at openjdk.org> wrote:
> > it turned out that there were several symbols declared JNIEXPORT that were not included in the symbol list,
>
> There appear to be two main categories of functions here:
>
> 1. Those intended for use from a debugger
>
>
> Have you verified those functions can still be called from the debugger?
>
> 2. JVMCI
>
>
> The Graal folk will need to chime in here as it may be that these are needed for libgraal.
I tried to be clear, but apparently I failed: There is *no* change to these symbols in the patch! So everything should work just as before!
The reason I even brought it up to discussion is that it required a bit of a "hack" to keep the functionality identical, and this looks suspicious in the source code.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17955#issuecomment-1959032516
More information about the build-dev
mailing list