-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 21
-
Component/s: hotspot
-
b16
The function SystemDictionary::add_to_hierarchy should properly belong to InstanceKlass since that's what it operates on and most of the lines start with 'k->' where 'k' being the InstanceKlass parameter. Flushing dependencies should be found near the other function that does that in InstanceKlass.