Skip to content
Success

Changes

Summary

  1. Adding more info to CodeCache::printOccupancyStats() (commit: 58ec479) (details)
Commit 58ec4796e846b61795bdf1a0bc3c87685ffa105c by mpirvuca.ibm.com Pirvu
Adding more info to CodeCache::printOccupancyStats()

OMR::CodeCache::printOccupancyStats() prints to stderr
various information about the code cache usage such as:
- Whether it's full or not
- The values for the warmCodeAlloc and coldCodeAlloc pointers
- How much space is available in the hole between warmCodeAlloc and coldCodeAlloc
- The list of freed blocks that are available for reuse

This commit adds a new line of output that shows the sizes of
warm and cold sections of the code cache.

Signed-off-by: Marius <mpirvu@ca.ibm.com>
(commit: 58ec479)
The file was modified compiler/runtime/OMRCodeCache.cpp (diff)