On Sun, 6 Oct 2024 01:22:33 GMT, Shaojin Wen <s...@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 <s...@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