RFR: 8338532: Speed up the ClassFile API MethodTypeDesc#ofDescriptor [v3]

Chen Liang liach at openjdk.org
Tue Aug 20 17:02:12 UTC 2024


On Tue, 20 Aug 2024 16:14:49 GMT, Shaojin Wen <duke at openjdk.org> wrote:

> Can we use record to simplify ReferenceClassDescImpl?

I would say to hold on a bit; I have another WIP patch to create dedicated class desc for arrays, which may conflict with your cleanup, because arrays and components are frequently used in stack map generation. See https://github.com/liachmodded/jdk/tree/feature/array-cd

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

PR Comment: https://git.openjdk.org/jdk/pull/20611#issuecomment-2299329142


More information about the core-libs-dev mailing list