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

Joachim Kern jkern at openjdk.org
Mon Dec 18 11:02:45 UTC 2023


On Mon, 18 Dec 2023 10:19:24 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Joachim Kern has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - trailing whitespace
>>  - Following most of Thomas proposals
>
> src/hotspot/os/aix/porting_aix.cpp line 1101:
> 
>> 1099:   for (i = 0; i < g_handletable_used; i++) {
>> 1100:     if (g_handletable[i].handle == libhandle) {
>> 1101:       // handle found, decrease refcount
> 
> `assert(refcount > 0, "Sanity"))`

Done

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

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


More information about the serviceability-dev mailing list