RFR: JDK-8317799 : AIX PPC64: FFI symbol lookup doesn't find symbols
Alan Bateman
alanb at openjdk.org
Mon Nov 13 07:43:57 UTC 2023
On Fri, 10 Nov 2023 16:30:35 GMT, suchismith1993 <duke at openjdk.org> wrote:
> There is not generic way of generating this. It needs a manual intervention and symbols are to be added on a need basis in future. Looks like a list to be maintained. I had tried adding comments to explain the list, but that causes build failures.
Would it be possible to paste the summary of the "instructions" to generate this? My initial reaction when seeing this PR is to wonder why it can't be generated at build time but from the discussion, it seems like it's a subset of the symbols but it is really just the functions used by libjvm or is it all the native libraries?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16414#issuecomment-1807608795
More information about the core-libs-dev
mailing list