RFR: 8017234: Hotspot should stop using mapfiles
David Holmes
dholmes at openjdk.org
Thu Feb 22 00:20:52 UTC 2024
On Wed, 21 Feb 2024 23:32:58 GMT, Magnus Ihse Bursie <ihse 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.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17955#issuecomment-1958435740
More information about the build-dev
mailing list