RFR: 8261998: Remove unused shared entry support from utilities/hashtable
Ioi Lam
iklam at openjdk.java.net
Fri Feb 19 08:49:47 UTC 2021
On Fri, 19 Feb 2021 02:56:14 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> We might want to share other hashtables like this, like the loader constraint table, but I don't think this will be needed.
CDS used to use Hashtable to store stuff into the archive. It doesn't do that anymore, and has switched to CompactHashtable. So the "shared entry" support in Hashtable can be safely deleted.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2638
More information about the serviceability-dev
mailing list