Re: RFR: 8292233: Increase symtab hash table size

2022-08-11 Thread Chris Plummer
On Thu, 11 Aug 2022 07:12:17 GMT, Daniel Jeliński wrote: > Resize the hash table to minimize collisions. The correct size was already > calculated, but was not used. Looks good. For some historical perspective, it looks like this change came with the following commit: https://github.com/openj

Re: RFR: 8292233: Increase symtab hash table size

2022-08-11 Thread Kevin Walls
On Thu, 11 Aug 2022 07:12:17 GMT, Daniel Jeliński wrote: > Resize the hash table to minimize collisions. The correct size was already > calculated, but was not used. Yes this looks like the original intent! - Marked as reviewed by kevinw (Committer). PR: https://git.openjdk.org/j

RFR: 8292233: Increase symtab hash table size

2022-08-11 Thread Daniel Jeliński
Resize the hash table to minimize collisions. The correct size was already calculated, but was not used. - Commit messages: - Increase hash table size Changes: https://git.openjdk.org/jdk/pull/9834/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9834&range=00 Issue: https