RFR: 8311661: Resolve duplicate symbol of StringTable::StringTable with JDK static linking [v2]
Jiangli Zhou
jiangli at openjdk.org
Tue Jul 11 00:28:54 UTC 2023
On Tue, 11 Jul 2023 00:13:19 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> What solutions do you have to resolve "Thread" and "ProfileData" ?
For the `Thread` symbol issue, we simply #defined the symbol to `HotspotBaseThread` in globalDefinitions.hpp in our prototype on JDK 11, to avoid large delta. It would a large change (in terms of touched files and lines) with namespace change. I'll file a bug for the Thread symbol for discussion.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14808#issuecomment-1629914710
More information about the hotspot-dev
mailing list