-
Bug
-
Resolution: Unresolved
-
P2
-
9
KlassCleaningTask::work() only calls InstanceKlass::clean_weak_instanceklass_links() on the klasses in the hierarchy, missing old, previously redefined klasses like Klass::clean_weak_klass_links() would do if called with clean_live_klasses = true.
JDK-8156137 missed that location when trying to fix this; however this has been found by code inspection, there is no known crash for this.
- caused by
-
JDK-8156137 SIGSEGV in ReceiverTypeData::clean_weak_klass_links
-
- Closed
-
- links to
-
Review(master) openjdk/jdk/26263