On Tue, 14 Jun 2022 15:16:27 GMT, Claes Redestad <redes...@openjdk.org> wrote:
> Avoid doing MH creation when initializing `StringConcatFactory` by lazily > initializing to a `@Stable` field instead. This pull request has now been integrated. Changeset: 6d595614 Author: Claes Redestad <redes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/6d595614a26ebe579268dc8216344dfb099bb3ad Stats: 11 lines in 1 file changed: 7 ins; 0 del; 4 mod 8288425: Footprint regression due MH creation when initializing StringConcatFactory Reviewed-by: jvernee, mchung ------------- PR: https://git.openjdk.org/jdk/pull/9154