Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable JIT artifact cache for temporary J9VMThreads
Temporary `J9VMThread`s are created to present `J9VMContinuation` thread data to the stackwalker. Explicitly disable the JIT artifact cache on the temporary thread otherwise the stack walker will allocate a new 4K buffer for each temporary `J9VMThread` whose memory must be managed. These threads exist to perform a single stack walk and the benefits of managing and using a JIT artifact cache appear to be limited. Fixes: eclipse-openj9#16424 Signed-off-by: Daryl Maier <maier@ca.ibm.com>
- Loading branch information