Integrated: 8341664: ReferenceClassDescImpl cache internalName

Shaojin Wen swen at openjdk.org
Fri Oct 18 08:09:57 UTC 2024


On Sun, 6 Oct 2024 01:22:33 GMT, Shaojin Wen <swen at openjdk.org> wrote:

> ReferenceClassDescImpl caches internalName to avoid creating a new String object for each call, which can also simplify the implementation of classfile.

This pull request has now been integrated.

Changeset: 0963b9e8
Author:    Shaojin Wen <swen at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0963b9e8918670badc956a325fe2ca0bf55f6d29
Stats:     97 lines in 5 files changed: 14 ins; 74 del; 9 mod

8341664: ReferenceClassDescImpl cache internalName

Reviewed-by: liach

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

PR: https://git.openjdk.org/jdk/pull/21373


More information about the core-libs-dev mailing list