SLING-7432 - Thread pool clean up code can lead to infinite loops in
ThreadLocal.get

Save and restore the size and threshold fields of the ThreadLocalMap as
well as the entries. Not saving them would lead to situations there the
ThreadLocalMap would be full and not resized, since the initial size and
threshold values were being kept.
2 files changed
tree: 50f29fa5bdb9e5377c0837135344060303437f4f
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Apache Sling Thread Support

This module is part of the Apache Sling project.

Support for thread handling like pooling.