The segmented code cache (JDK-8015774) opens up the possibility for selective sweeping of the code cache segments. For example, it could be beneficial to sweep the profiled segment more often than the non-profiled segment.
We have to evaluate different strategies with respect to overall performance.
We have to evaluate different strategies with respect to overall performance.
- relates to
-
JDK-8015774 Add support for multiple code heaps
- Resolved