On Thu, 2 Feb 2023 00:20:06 GMT, Alex Menkov <amen...@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