[13] RFR(S): 8220341: Class redefinition fails with assert(!is_unloaded()) failed: unloaded method on the stack

Tobias Hartmann tobias.hartmann at oracle.com
Mon Mar 11 14:12:51 UTC 2019


Hi Coleen,

thanks for the review.

On 11.03.19 14:29, coleen.phillimore at oracle.com wrote:
> Looks good, with a reminder not to touch the method and hot_method if the entry in the compile queue
> is unloaded because they may be deleted if they are old (ie. redefined) Methods.

Yes, all affected access should be guarded by a is_unloaded check.

Best regards,
Tobias


More information about the hotspot-dev mailing list