| JDK 21 | JDK 25 |
|---|---|
| 21.0.10Fixed | 25 b19Fixed |
|
Relates :
|
This is a partial fix for performance regression covered in JDK-8352075 Since FieldDescriptor::reinitialize() looks up FieldInfo calling InstanceKlass::field(int). After JDK-8292818 this requires an iteration through all class fields while the information is in many cases readily available.
|