Relates :
|
|
Relates :
|
MemberNameLeak test is failing when running in STW mode, because ResolvedMethodTable never receives a gc_notification() call, which is usually done by calling report_num_dead() on the corresponding oop-storage. We do that in concurrent-weak-processing, but apparently not during STW weak processing.
|