-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9, 11, 17, 21, 25
-
Component/s: hotspot
-
b07
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
-
Commit(master)
openjdk/jdk/99c299f0
-
Review(master)
openjdk/jdk/26263