History log of /openjdk9/hotspot/src/share/vm/classfile/altHashing.hpp
Revision Date Author Comments
# 11923:7286fe7ee4a3 24-Aug-2016 kzhaldyb

8164738: Convert AltHashing_test to GTest
Reviewed-by: dholmes, coleenp


# 5895:cd6b3f1a94ff 10-Feb-2014 minqi

8033792: AltHashing used jint for imprecise bit shifting
Summary: AltHashing used jint the way of juint in bit shifting which could lead loss of precision. Fix by change _seed defined as juint.
Reviewed-by: coleenp, ccheung
Contributed-by: yumin.qi@oracle.com


# 3430:e9140bf80b4a 13-Jun-2012 coleenp

7158800: Improve storage of symbol tables
Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance
Reviewed-by: pbk, kamg, dlong, kvn, fparain