RFR: 7124710: interleaved RedefineClasses() and RetransformClasses() calls may have a problem [v2]

Alex Menkov amenkov at openjdk.org
Wed Aug 31 21:28:25 UTC 2022


On Wed, 31 Aug 2022 00:01:29 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   updated comments
>
> src/hotspot/share/classfile/klassFactory.cpp line 135:
> 
>> 133:     if (state != NULL) {
>> 134:       Klass* k = state->get_class_being_redefined();
>> 135:       // use cached_class_file only for RetransformClasses
> 
> More detailed comment would be nice to have here to explain in what scenario this change is needed.

I updated a comment before the code block and removed this one

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

PR: https://git.openjdk.org/jdk/pull/10032


More information about the serviceability-dev mailing list