netty5/common
Roger Kapsi 221a9f50d4 Fix for ByteString#hashCode()
Motivation:

ByteString#hashCode() trashes its own hash code if it's being accessed concurrently

Modifications:

Pull the ByteString#hash into a local variable and calculate it locally.

Result:

ByteString#hashCode() is no longer returning a junk value.
2015-04-16 17:00:44 -07:00
..
src Fix for ByteString#hashCode() 2015-04-16 17:00:44 -07:00
pom.xml Auto-generating primitive collections for int and char keys. 2015-04-10 07:57:30 -07:00