On Mon, 18 Dec 2023 10:19:24 GMT, Thomas Stuefe <stu...@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