RFR: 8311661: Resolve duplicate symbol of StringTable::StringTable with JDK static linking [v2]
Jiangli Zhou
jiangli at openjdk.org
Tue Jul 11 00:16:20 UTC 2023
On Mon, 10 Jul 2023 22:30:29 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:
> > How about the namespace being HotSpotClassfile (StringTable is in the classfile directory)
>
> `HotSpotClassfile` sounds ok.
>
> I did some search and `HotSpotClassfile` is not used by anyone.
I'll change the namespace from `JavaClassFile` to `HotSpotClassFile` as Coleen suggested.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14808#issuecomment-1629902921
More information about the hotspot-dev
mailing list