RFR: 8338936: StringConcatFactory optimize the construction of MethodType and MethodTypeDesc
Chen Liang
liach at openjdk.org
Sun Aug 25 20:16:02 UTC 2024
On Sun, 25 Aug 2024 11:50:27 GMT, Shaojin Wen <duke at openjdk.org> wrote:
> optimize the construction of MethodType and MethodTypeDesc to reduce memory allocate
@wenshao Can you change all `MethodTypeDesc.of` and the `CONSTRUCTOR_METHOD_TYPE` static final fields in inlined strategy to be optimized too?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20704#issuecomment-2308978740
More information about the core-libs-dev
mailing list