RFR: 8017234: Hotspot should stop using mapfiles [v2]

Magnus Ihse Bursie ihse at openjdk.org
Thu Feb 22 10:37:54 UTC 2024


On Thu, 22 Feb 2024 09:37:38 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> > If the `SUNWprivate_1.1` part of the symbols is still needed, it can be added using `--default-symver` ld parameter.
> 
> Ah, good to know. In the spirit of making as minimal changes as possible in this PR, I will add it.

Unfortunately, that was not so easy. :( `--default-symver` is only available on the bfd ld, not on gold (which is what Oracle uses). :-(

https://sourceware.org/bugzilla/show_bug.cgi?id=15910

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

PR Comment: https://git.openjdk.org/jdk/pull/17955#issuecomment-1959157991


More information about the build-dev mailing list