mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-01 08:12:37 +00:00
This implement a concurrent hashtable using chaining and the GlobalCounter for ABA problems. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson