Integrated: 8288425: Footprint regression due MH creation when initializing StringConcatFactory

Claes Redestad redestad at openjdk.java.net
Wed Jun 15 19:51:30 UTC 2022


On Tue, 14 Jun 2022 15:16:27 GMT, Claes Redestad <redestad at 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 <redestad at 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


More information about the core-libs-dev mailing list