RFR (XS): 8234127: BasicHashtable does not support small table_size
coleen.phillimore at oracle.com
coleen.phillimore at oracle.com
Thu Nov 14 18:50:37 UTC 2019
This fix seems fine, but having a hashtable with a starting length 1
seems silly. Unless I'm reading this wrong. As Ioi wrote in his
comment, there might be a better hashtable for your work.
Thanks,
Coleen
On 11/13/19 8:00 PM, Man Cao wrote:
> Hi all,
>
> Can I have reviews for this small bug fix?
> Webrev: https://cr.openjdk.java.net/~manc/8234127/webrev.00/
> Bug: https://bugs.openjdk.java.net/browse/JDK-8234127
>
> I'm trying to make use of KVHashtable in JDK-8087198 and encountered this
> bug.
>
> -Man
More information about the hotspot-runtime-dev
mailing list