RFR: JDK-8320890: [AIX] Find a better way to mimic dl handle equality [v8]

Martin Doerr mdoerr at openjdk.org
Thu Dec 21 11:56:53 UTC 2023


On Thu, 21 Dec 2023 11:45:36 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> In principle you are right, but in my opinion 1024 is an academical limit. I never saw processes with more than a few dozen loaded libraries.
>
> Dynamic allocation also opens us up to potential initialization issues, unless we explicitly use raw ::malloc. It should work, but I think its better avoided unless we really need it.

Well we're fixing an academic issue by introducing another one? Doesn't make sense to me.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16920#discussion_r1433972207


More information about the hotspot-dev mailing list