RFR: 8294772: Remove workaround in os::dll_address_to_library_name
David Holmes
dholmes at openjdk.org
Wed Oct 5 05:18:23 UTC 2022
On Tue, 4 Oct 2022 14:30:58 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> I ported the BSD implementation of this function. According to the comment this bug should be fixed, as the oldest glibc I can see us supporting is 2.12.x. I've made an attempt at finding the bug that the comment refers to on glibc's bug tracker but has been unsuccesful in this.
>
> The second commit deletes what seems like an outdated comment (in os_bsd this refers to a code snippet right below the comment).
This looks good to me. Thanks for cleaning this up.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10559
More information about the hotspot-runtime-dev
mailing list