RFR: 8311661: Resolve duplicate symbol of StringTable::StringTable with JDK static linking [v2]
Jiangli Zhou
jiangli at openjdk.org
Tue Jul 11 00:44:13 UTC 2023
On Tue, 11 Jul 2023 00:26:24 GMT, Jiangli Zhou <jiangli 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.
https://bugs.openjdk.org/browse/JDK-8311846
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14808#issuecomment-1629924519
More information about the graal-dev
mailing list