jetty.project/jetty-core/jetty-util
Simone Bordet 80a04a554f
Fixes #11098 - Sporadic NPE in ArrayByteBufferPool.evict(). (#11204)
* Reorganized ArrayByteBufferPool.evict() code to avoid NPE.
* Fixed acquire logic to take into account that a reserved entry may fail to be enabled because it may be concurrently removed.
* Small change to ConcurrentPool: no need to null check the final ConcurrentEntry.holder field.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-03 15:56:36 +01:00
..
src Fixes #11098 - Sporadic NPE in ArrayByteBufferPool.evict(). (#11204) 2024-01-03 15:56:36 +01:00
pom.xml Updating to version 12.0.6-SNAPSHOT 2023-12-18 08:25:22 -06:00