RFR: 8341664: ReferenceClassDescImpl cache internalName [v5]
Shaojin Wen
swen at openjdk.org
Fri Oct 11 05:17:49 UTC 2024
> ReferenceClassDescImpl caches internalName to avoid creating a new String object for each call, which can also simplify the implementation of classfile.
Shaojin Wen has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
- Merge remote-tracking branch 'upstream/master' into optim_internal_name_202410
- Merge remote-tracking branch 'upstream/master' into optim_internal_name_202410
- Merge remote-tracking branch 'upstream/master' into optim_internal_name_202410
- Merge remote-tracking branch 'upstream/master' into optim_internal_name_202410
- suggestion from @liach
- stable
- ReferenceClassDescImpl cache internalName
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21373/files
- new: https://git.openjdk.org/jdk/pull/21373/files/8da27b0f..a18164f2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21373&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21373&range=03-04
Stats: 4986 lines in 67 files changed: 4754 ins; 57 del; 175 mod
Patch: https://git.openjdk.org/jdk/pull/21373.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21373/head:pull/21373
PR: https://git.openjdk.org/jdk/pull/21373
More information about the core-libs-dev
mailing list