Relates :
|
SystemDictionary::do_unloading presently clears dead entries from vm_weak_oop_storage as an initial step. That should instead be done by the preceeding WeakProcessor usage. Doing so requires some conditionalization of the WeakProcessor, because not all weak reference processing should do it. This change will also make it easy to include vm_weak_oop_storage in a parallelized WeakProcessor.
|