Integrated: 8294772: Remove workaround in os::dll_address_to_library_name
Johan Sjölen
jsjolen at openjdk.org
Wed Oct 12 16:26:33 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 pull request has now been integrated.
Changeset: 5699041a
Author: Johan Sjölen <jsjolen at openjdk.org>
Committer: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5699041adb64f41c90090fd68494430ecf8660d4
Stats: 72 lines in 2 files changed: 0 ins; 69 del; 3 mod
8294772: Remove workaround in os::dll_address_to_library_name
Reviewed-by: dholmes, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/10559
More information about the hotspot-runtime-dev
mailing list