RFR: 8290025: Remove the Sweeper [v13]
Erik Österlund
eosterlund at openjdk.org
Thu Sep 1 12:39:36 UTC 2022
On Thu, 1 Sep 2022 09:41:34 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> I guess <240MB ReservedCodeCacheSize is relevant for people who run tiny Java apps in small containers and try to minimize all memory sizes. Some of them might observe this regression. We could reserve more space for adapters or we could try to enable SegmentedCodeCache for smaller code cache sizes as well.
Enabling SegmentedCodeCache for smaller code cache sizes sounds like a good idea.
-------------
PR: https://git.openjdk.org/jdk/pull/9741
More information about the hotspot-dev
mailing list