On Tue, 21 Apr 2026 05:13:26 GMT, Yasumasa Suenaga <[email protected]> wrote:

> If the symbol what the user want to use attempts to be resolved, the library 
> which provides it need to be loaded before.

Right, and the library we load for that is libsyslookup. The default lookup 
should not expose some arbitrary set of symbols, but something we have some 
control over. That's the whole reason why we use libsyslookup in the first 
place. We have no control (or at least much less) over the symbols returned by 
`RTLD_DEFAULT`.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/30794#issuecomment-4287530393

Reply via email to