RFR: 8245446: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/TestDescription.java crash intermittently
Coleen Phillimore
coleenp at openjdk.java.net
Wed Dec 9 18:25:52 UTC 2020
On Wed, 9 Dec 2020 17:21:16 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> This change handles redefinition during method resolution, by returning the new method. It's not needed to reresolve the invocation. See the bug for more information.
>>
>> Tested with tier1-3 and tier8 on linux-x64-debug and macos-x64-debug, and running the failing tests 100x without failure. Thank you to Serguei for confirming the testing.
>>
>> I don't now why it can't link to the issue:
>> https://bugs.openjdk.java.net/browse/JDK-8245446
>
> Hi Coleen,
> I like this fix and looks good.
> Thanks,
> Serguei
Thanks Serguei for the fast review and discussion about this bug.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1717
More information about the hotspot-runtime-dev
mailing list