RFR: 8311661: Resolve duplicate symbol of StringTable::StringTable with JDK static linking [v2]
Jiangli Zhou
jiangli at openjdk.org
Tue Jul 11 20:44:15 UTC 2023
On Tue, 11 Jul 2023 17:03:12 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Something like this might work. We need to enclose all declarations inside `namespace hotspot {...}`, so all .hpp files need to be touched (which I think is OK).
I just looked briefly. For `.hpp` files alone in `hotspot` dir, we have 2276. Although the number of files is large, I think the actual changes are trivial. Still want to make sure everyone is okay with the changes at this scale.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14808#issuecomment-1631481093
More information about the graal-dev
mailing list