<i18n dev> RFR: 8368172: Make java.time.format.DateTimePrintContext immutable [v6]
Shaojin Wen
swen at openjdk.org
Fri Oct 3 09:10:46 UTC 2025
On Thu, 2 Oct 2025 15:11:05 GMT, Roger Riggs <rriggs at openjdk.org> 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
More information about the i18n-dev
mailing list