Loading... (original) (raw)

Issue Fix Version Assignee Priority Status Resolution Resolved In Build
JDK-8203965 11.0.1 Robbin Ehn P4 Resolved Fixed team

The much lower latency of the new gcs have higher demands on runtime data-structure in terms of latency.
We must create new data-structures to accommodate this and apply them on latency sensitive data-set.
The hashtable should be able to do all operation with little serialization between threads.
A highly concurrent hashtable will require a way to handle ABA without locks, such as hazardpointers, RCU, type-stable-memory.

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8203965 Low latency hashtable for read-mostly scenarios

relates to

Enhancement - null JDK-8255389 ConcurrentHashTable::NoOp omits return in non-void return method