Details
Description
The stack walk API creates handles and keeps them around for longer than necessary. This can increase the allocations and extend the handle area, causing contention for the thread-critical lock.
Adding handle marks should reduce the need to extend the handle area.
Adding handle marks should reduce the need to extend the handle area.
Attachments
Issue Links
- relates to
-
JDK-8206920 Improve performance of Resource/ChunkPool handling
-
- Resolved
-