RFR: 8228604: StackMapFrames are missing from redefined class bytes of retransformed classes [v3]
Alex Menkov
amenkov at openjdk.org
Thu Feb 2 00:29:27 UTC 2023
On Thu, 2 Feb 2023 00:20:06 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
>> I'd also suggest a couple of name changes to increase readability:
>> loadBytes => loadedBytes
>> retransformBytes => retransformedBytes
>
>> "retransform"
>
> fixed
> I'd also suggest a couple of name changes to increase readability: loadBytes => loadedBytes retransformBytes => retransformedBytes
I think it would make it be misleading.
this bytes are class file bytes passed to CFLH on class loading/retransformation, not the bytes loaded/transformed
-------------
PR: https://git.openjdk.org/jdk/pull/12155
More information about the serviceability-dev
mailing list