On Mon, 30 Oct 2023 10:54:48 GMT, suchismith1993 <d...@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

Reply via email to