We're currently holding the ZPageAllocator lock while performing a number of expensive operations, such as committing and uncommitting memory. This can have a very negative impact on latency, for example, when a Java thread is trying to allocate a page from the page cache while the ZUncommitter thread is uncommitting a portion of the heap.
            
- relates to
- 
                    JDK-8242527 ZGC: TestUncommit.java fails due to "Exception: Uncommitted too fast" -           
- Resolved
 
-