jetty.project/tests/jetty-jmh/src/main
Greg Wilkins e800631120
Weak reference concurrent pool (#10787)
* The Pool is now a list of Holder instances, each with a WeakReference and a strong reference to an Entry.
* Removed thread-local cache from Pool.
* Avoid using deprecated ConcurrentPool constructors.

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Co-authored-by: Ludovic Orban <lorban@bitronix.be>
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2023-11-09 22:32:50 +01:00
..
java/org/eclipse/jetty Weak reference concurrent pool (#10787) 2023-11-09 22:32:50 +01:00
resources Update to bundle-plugin-5.1.9 (#9954) 2023-06-29 14:41:04 +02:00