RFR: 6983726: Reimplement MethodHandleProxies.asInterfaceInstance [v22]
Chen Liang
liach at openjdk.org
Tue Jul 11 12:04:33 UTC 2023
On Mon, 10 Jul 2023 18:14:16 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> If more than one target method handles are used, the extra classes will pollute the same type profiles.
Is this the case? I thought the profile pollution happens with the impl class holding MH in instance field approach, while JIT handles split-class much nicer.
In a second look, I find that the old note was in fact, already covered in the API specification; I will include the "multiple class over time" into this rephrase.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13197#discussion_r1259615068
More information about the core-libs-dev
mailing list