On Tue, 10 Sep 2024 23:24:25 GMT, Chen Liang <li...@openjdk.org> wrote:
> A micro-optimization by sharing compatible String objects from MethodType > (which itself is already deduplicated in a cache) to the generated > MethodTypeDesc. This very slightly improves hashing performance by avoiding > some string creation, hashing, and fast path equality via identity. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/20942