mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-29 05:40:42 +00:00
Convert Symbol::_identity_hash from integer to short integer to save two bytes. Also change identity_hash() to have 'this' and first two bytes of symbol join the calculation. Reviewed-by: iklam, coleenp, shade