On Thu, 22 Feb 2024 00:18:16 GMT, David Holmes <dhol...@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