mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-23 14:19:56 +00:00
This implement a concurrent hashtable using chaining and the GlobalCounter for ABA problems. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson