RFR: 8294772: Remove workaround in os::dll_address_to_library_name [v2]
Johan Sjölen
jsjolen at openjdk.org
Tue Oct 11 10:31:29 UTC 2022
> 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).
Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
Delete comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10559/files
- new: https://git.openjdk.org/jdk/pull/10559/files/7ae05ca1..36dcb7d3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10559&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10559&range=00-01
Stats: 2 lines in 2 files changed: 0 ins; 2 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/10559.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10559/head:pull/10559
PR: https://git.openjdk.org/jdk/pull/10559
More information about the hotspot-runtime-dev
mailing list