RFR: JDK-8317799 : AIX PPC64: FFI symbol lookup doesn't find symbols
Magnus Ihse Bursie
ihse at openjdk.org
Fri Nov 10 17:18:59 UTC 2023
On Mon, 30 Oct 2023 10:54:48 GMT, suchismith1993 <duke at openjdk.org> wrote:
> 1. Adding required compiler flags.
> 2. Adding required symbols.
>
> JBS-ISSUE : [JDK-8317799](https://bugs.openjdk.org/browse/JDK-8317799)
Not even using `nm` on the libraries in question?
The file seem to be consumed by the compiler, presumably it does not like any additional content such as comments. In that case, you need to put the documentation outside the file, perhaps where it is used. Or, if it is too complex to describe in the make source code, just add a link to the wiki or similar place where the procedure is described.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16414#issuecomment-1806115517
More information about the build-dev
mailing list