On Thu, 2 Oct 2025 15:11:05 GMT, Roger Riggs <[email protected]> wrote:

> I beginning to get concerned about the bloat in code cache created by this 
> line of inquiry in the quest for microbenchmark performance. In cloud 
> deployments, extra memory costs money.

When the CodeCache memory space is insufficient, the JIT will discard the 
oldest compiled methods that are not currently in the execution stack; I think 
we don't need to worry about this.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26913#issuecomment-3364888865

Reply via email to