Skip to content

1.2.0

Compare
Choose a tag to compare
@ben-manes ben-manes released this 09 May 04:35
· 1721 commits to master since this release

ConcurrentLinkedStack

  • Fixed poll to skip over lazily deleted nodes
  • Removed interior nodes are unlinked during traversal

Cache

  • Periodic maintenance work performed asynchronously when possible
  • Avoid false sharing of the maintenance trigger
  • Remove unnecessary store-store barriers

JCache

  • Fixes to lazy expiration to better match specification

Tracer

  • Data format moved to TraceEventFormats