netty5/common
Roger Kapsi afadb98d9d 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:01:51 -07:00
..
src Fix for ByteString#hashCode() 2015-04-16 17:01:51 -07:00
pom.xml Auto-generating primitive collections for int and char keys. 2015-04-10 07:56:54 -07:00